body {
	font-family: Arial;
	font-size: 12px;
	margin: 0px 0px 0px 0px; 
	background-color: white;
}

.page_body {
	padding-left: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-top: 15px;
	
}

/*TABLE*/
table {
	font-family: arial;
	font-size: 12px;
}

caption {
	font-size: 18px;
	font-weight: bold;
	color:#5F6063;
	padding-top: 5px;
	padding-bottom: 5px;
}

td {
	font-family: arial;
	font-size: 12px;
}

/*ADVERTISEMENT FORM*/
td.ad_form {
	padding-bottom: 10px;
}

/*ADVERTISEMENT VIEW*/
table.ad_view {
	border-color: #0062A0;
	border-style: solid;
	border-width: 1px;
	margin-top: 10px;	
	border:1px solid #999;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px
}

td.ad_view {	
	padding: 5px 5px 5px 5px;
}

.board_moderator_option {
	color: #0053F8;
	cursor: pointer;
	text-decoration: none;
	font-weight: bolder;
}

.board_moderator_option:HOVER {
	text-decoration: underline;	
}

/*FORM*/
input {
	font-family: arial; 
	font-size: 12px;
	padding-left: 3px;
	padding-right: 3px; 
}
textarea {
	font-family: arial;
	font-size: 12px;
}

select {
	font-family: arial;
	font-size: 12px;
}

option {
	font-family: arial;
	font-size: 12px;
}

.explanation {
	font-size: 12px;
	color: silver;
	text-align: left;
}

/*PAGE*/
.page {		
	cursor: pointer;
}

.current_page {
	font-size: 18px;
}

h1 {
	color:#5F6063;
	font-size:18px;
}
h2 {
	color:#5F6063;
	font-size:16px;
}
h3 {
	color:#5F6063;
	font-size:14px;
}

.graybgcolor { 
	background-color: #EBEBEB;
} 

.othercolordark { 
	color: #39527B;
}

.othercolor { 
	color: #0062A0;
}

a {
	color: #0053F8;
	text-decoration: underline;
}

.menu { 
	font-family: Arial; 
	color: white; 
	font-weight: bold; 
	text-decoration: none; 
}

.copyright {
	font-size: 10px; 
	text-decoration: none; 
	color: #949494; 
}

.grayline { 
	background-color: #949494;
}

.link_popup {
	color: blue;
	cursor: pointer;
	background: transparent url("../../template/images/popup.gif") no-repeat scroll right center;
	padding-right: 13px;
	text-decoration: none;			
}

.link_popup:HOVER {
	border-bottom-style: dashed;	
	border-bottom-width: 1px;	
	cursor: pointer;
}

.sape_link {	
	font-size: 10px;
}

.sape_links_block {	
	font-size: 10px;
	border-color: lightgray;
	border-style: dashed;
	border-width: 1px;	
	vertical-align: top;
	padding-left: 2px;
	padding-right: 2px;
}
.navcat{float:left;text-decoration:none;background-color:#fff;color:#9d9ddd;margin:1px;padding:3px 5px;border:1px solid #d9d9d9;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}
.navcat:hover,.active{color:#fff;background-color:#aaa}
.clear{clear:both;height:0;line-height:0;margin:0;font-size:0}
