@charset "utf-8";
/* CSS Document */

body{
}
/* menus ----------------------------------------------------------*/
#menu {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#333333;
	font-size:11px;
	text-transform:uppercase;
	font-weight:normal;
	}
	
#menu a{
	color:#666666;
	text-decoration:none;
	font-weight:normal;
	padding:0px 5px 0px 5px;
	}
#menu a:hover{
	color:#000000;
}

#menu2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#333333;
	font-size:11px;
	text-transform:uppercase;
	font-weight:normal;
	}
	
#menu2 a{
	color:#666666;
	text-decoration:none;
	font-weight:normal;
	padding:0px 5px 0px 5px;
	}
#menu2 a:hover{
	color:#000000;
}

#foot {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#333333;
	font-size:10px;
	text-transform:uppercase;
	font-weight:normal;
	padding-top:10px;
	}
	
#foot a{
	color:#666666;
	text-decoration:none;
	font-weight:normal;
	padding:0px 3px 0px 3px;
	}
#foot a:hover{
	color:#000000;
}

/* home page content -------------------------------------------------*/
#content {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#333333;
	}
	
#content a{
	text-decoration:none;
	color:#999999;
	font-weight:bold;
}
#content a:hover{
	color:#333333;
}
#content a img {
	border:4px solid #EEEEEE;
	}
#content a:hover img {
	border:4px solid #333333;
/*	border-left:4px solid #EEEEEE;
	border-right:4px solid #EEEEEE;
	border-top:4px solid #EEEEEE;*/
	}
	
/* in pages content -------------------------------------------------*/

#inPages {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#595959;
	padding:10px 20px 10px 20px;
	}
	
#inPages .title {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#333333;
	}

#inPages .blackTitle {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#000000;
	font-weight:bold;
	}

#inPages a{
	text-decoration:none;
	color:#999999;
	font-weight:bold;
	}

#inPages a:hover{
	color:#333333;
	}
	
#inPages a.titles {
	text-decoration:none;
	color:#595959;
	font-weight:bold;
	}

#inPages a:hover.titles{
	color:#000000;
	}

#inPages .imgs {
	border:4px solid #EEEEEE;
	}
	
#inPages ul{
	text-align:left;
	padding-left:45px;
}
#inPages ul li{
	padding:0px;
	margin:0px;
	line-height:18px;
}
#inPages ul li a{
	text-decoration:none;
	text-align:left;
	line-height:20px;
	/*padding:5px 5px 5px 20px;*/
}
#inPages li a:hover{
	color:#FFFFFF;
	background-color:#000000;
}
#inPages ul ul li a{
	text-decoration:none;
	font-weight:normal;
	text-align:left;
	line-height:22px;
	/*padding:5px 5px 5px 20px;*/
}
#inPages li a:hover{
	color:#FFFFFF;
	background-color:#000000;
}