/* CSS Document */
a{
	color: #3461A5;
	font-size: 11px;
}

table.header_top{
	background-color: #01356F;
}
table.header_top a.english{
	color: #FFFFFF;
	font-size: 10px;
	text-decoration:none;
}
table.header_bottom{
	background-color: #3461A5;
}
table.header_bottom .gray{
	background-color: #E1E1E1;
}
table.header_bottom a.menu{
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration:none;
}
table.header_bottom a.register{
	color: #FFFFFF;
	font-size: 10px;
}
table.header_bottom form.login{
	color: #FFFFFF;
	font-size: 11px;
}
table.header_bottom form input.text{
	border: 1px solid #E1E1E1;
	font-size: 11px;
}


table.body .white{
	background-color: #FFFFFF;
}

table.menu{
	background-color: #7C7E7D;
}
table.menu .white{
	background-color: #FFFFFF;
}
table.menu .gray{
	background-color: #E1E1E1;
}
table.menu .gray_menu{
	background-color: #E1E1E1;
}
table.menu td.item{
	padding-left: 20px;
}
table.menu a.select_header{
	color: #1A75CE;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}
table.menu a.select_item{
	color: #01356F;
	font-size: 11px;
	text-decoration: none;
}
table.menu a.header{
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}
table.menu a.item{
	color: #FFFFFF;
	font-size: 11px;
	text-decoration: none;
}


table.content{
	background-color: #FFFFFF;
}
td{
	font-size:11px;
}
table.content a.path{
	color: #01356F;
	text-decoration:none;
}
table.content_header{
	background-color: #3461A5;
}
table.content_header h1.header{
	color: #FFFFFF;
	font-size:15px;
	font-weight:bold;
	display:inline;	
}

table.info .gray{
	background-color: #7C7E7D;
}
table.info h1.header{
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
	display:inline;
}
div.content{
	border: 1px solid #7C7E7D; 
	height:100%; 
	width: 203px;
	padding: 5px; 
}
div.content p{
	font-size: 10px;
}
div.content p b{
	color: #01356F;
}
div.content a{
	color: #01356F;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;	
}

table.footer span.copy{
	color: #01356F;
	font-size:10px;
}
table.footer a.mail{
	color: #01356F;
	font-size:10px;
}

