body{
	font-family: Verdana;
	font-size: 10px;
	color: #000000;
	margin: 0px;
	padding: 0px;
	background-color: #CCD9DF;
	background-image: url(../images/bg_page.gif);
	background-repeat: repeat-x;
	background-position: top left;
	scrollbar-face-color: #D8DBDF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #C1C6CC;
	scrollbar-3dlight-color: #ABB1B3;
	scrollbar-arrow-color: #7F8996;
	scrollbar-track-color: #EDEDED;
	scrollbar-darkshadow-color: #ABB1B3;
}

#content{
	position: absolute;
	padding-bottom: 8px;
}

.title{
	font-family: Verdana;
	font-size: 18px;
	color: #77808E;
	font-weight: bold;
	padding-bottom: 10px;
}

.subtitle{
	font-family: Verdana;
	font-size: 10px;
	color: #77808E;
	font-weight: bold;
}

.desc{
	font-family: Verdana;
	font-size: 10px;
	color: #000000;
	text-align: justify;
	line-height: 15px;
}

.text{
	font-family: Verdana;
	font-size: 10px;
	color: #000000;
}

a:link{
	font-family: Verdana;
	font-size: 10px;
	color: #396275 !important;
	text-decoration: none;
	font-weight: bold;
}

a:visited{
	font-family: Verdana;
	font-size: 10px;
	color: #396275 !important;
	text-decoration: none;
	font-weight: bold;
}

a:active{
	font-family: Verdana;
	font-size: 10px;
	color: #396275;
	text-decoration: none;
	font-weight: bold;
}

a:hover{
	font-family: Verdana;
	font-size: 10px;
	color: #B1B4BB !important;
	text-decoration: underline;
	font-weight: bold;
}

a.news:link{
	font-family: Verdana;
	font-size: 10px;
	color: #D9DDE2 !important;
	text-decoration: none;
	font-weight: bold;
}

a.news:visited{
	font-family: Verdana;
	font-size: 10px;
	color: #D9DDE2 !important;
	text-decoration: none;
	font-weight: bold;
}

a.news:active{
	font-family: Verdana;
	font-size: 10px;
	color: #D9DDE2;
	text-decoration: none;
	font-weight: bold;
}

a.news:hover{
	font-family: Verdana;
	font-size: 10px;
	color: #D9DDE2 !important;
	text-decoration: underline;
	font-weight: bold;
}

input.input_text{
	font-family: Verdana;
	font-size: 10px;
	color: #000000;
	font-weight: normal;
	width: 150px;
	height: 20px;
	background-color: #FFFFFF;
	border: 1px solid #DFC379;
	padding-top: 3px;
}

textarea.text_area{
	font-family: Verdana;
	font-size: 10px;
	color: #000000;
	font-weight: normal;
	width: 300px;
	height: 117px;
	background-color: #FFFFFF;
	border: 1px solid #DFC379;
	padding-top: 3px;
	overflow: auto;
}

select.area_select{
	font-family: Verdana;
	font-size: 10px;
	color: #000000;
	font-weight: normal;
	height: 20px;
	background-color: #FFFFFF;
}

input.input_button{
	font-family: Verdana;
	font-size: 10px;
	color: #E1A03F;
	font-weight: bold;
	background-color: #FFFFFF;
	border: 2px solid #B1B4BB;
}

img{
	border: 0px;
}

img.imgBrd{
	border: 1px solid #B1B4BB;
}

img.imgPng{
	behavior:	url(../script/pngbehavior.htc);
}