/* CSS Document */
body{
	margin-top: 0px;
	background-color: #415972;
	width:988px; 
    text-align:center;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif ;
	color: #000000;
}

A.:link {COLOR: #000000;font-size: 10px;text-decoration: none;}
A.:visited {COLOR: #000000;font-size: 10px;text-decoration: none;}
A.:hover {COLOR: #000000;font-size: 10px;text-decoration: none;}
.a:link {COLOR: #000000;font-size: 11px;text-decoration: none;font-weight: bold;}
.a:visited {COLOR: #000000;font-size: 11px;text-decoration: none;font-weight: bold;}
.a:hover {COLOR: #CC0000;font-size: 11px;text-decoration: none;font-weight: bold;}

.Font_page{
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif ;
	color: #333333;
}
.Login{
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif ;
	color: #333333;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
    border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-top: 4px;
	padding-left: 6px;
	padding-bottom: 6px;
}
.Font_page_bold{
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-weight: bold;
}
.title{
	font-size: 12px;
	font-weight: bold;
	color: #006666;
}
.blod{
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.border{
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
    border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;

}

#main{
	width:988px;
	height:300px;
	background-color: #FFFFFF;
	
	}

#left{
    width:202px;
    text-align:left;
	height:100%;
	float:left;
	font-family: Arial;
	background-color: #DBDBDB;
}
h1{
	margin:0px;
	font-family:Arial;
	font-size:12px;
	color: #0000FF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
}
#right{
	text-align:left;
	width:784px;
	float:right;
	background-color: #FFFFFF;
	padding-top: 4px;
	padding-left: 4px;
	padding-right: 4px;
}
