body {
	font-family: Verdana, Arial;
	text-align: center;
	background-color: #010135;
	margin: 0px;
	font-size: 12px;
}

td {
	font-family: Verdana, Arial;
	margin: 0px;   
	font-size: 12px;
}

.content {
	width:750px;
	padding: 10px;
	text-align: left;
	margin-bottom: 10px;
}

.subcontent {
	background-color: #e0dede;
	border: 1px solid #e0dede;
	padding: 4px;
	margin-bottom: 10px;
	vertical-align: middle;
	display: inline-block;
}

.subcontent:after {
    content: ".";
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Holly Hack Targets IE Win only \*/
* html .clearfix {height: 1%;}
	.subcontent {display: block;}
/* End Holly Hack */

.menu {
	padding: 4px;
	width: 750px;
	text-align: left;
	margin-top: 20px;
}

.search {
	text-align: left;
	width: 100%;	
}

.menuitem {
	padding: 4px;
	border: 0px solid #000000;
	font-weight: normal;
	margin-right: 5px;
	font-size: 10px;
	color: #ffffff;
}

.flag {
	font-size: 10px;
}

.subtitle {
	background-color: #000000;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
	padding: 2px;
	font-style: italic;
	border-top: 1px solid #e0dede;
	border-left: 1px solid #e0dede;
	border-right: 1px solid #e0dede;
}

.logo {
	color: #0070d9;
	font-size: 34px;
	font-weight: bold;
	font-style: italic;
	padding: 6px;
}

.bottom_text {
	color: #ffffff;
	font-size: 10px;
}

.bottom_text_2 {
	color: #797979;
	font-size: 11px;
}

.bottom_text_2 a:link { color: #797979; font-weight: normal; }
.bottom_text_2 a:visited { color: #797979; font-weight: normal; } 
.bottom_text_2 a:active { color: #797979; font-weight: normal; }
.bottom_text_2 a:hover { color: #797979; font-weight: normal; }

input {
	border: 1px solid #000000;
}

.category {
	width: 160px;
	text-align: left;
	height: 20px;
	font-size: 12px;
}

.category_div {
	width: 160px;
	float: left;
	}

a:link { text-decoration: underline; color: #000000; font-weight: bold;}
a:visited { text-decoration: underline; color: #000000; font-weight: bold;} 
a:active { text-decoration: underline; color: #000000;}
a:hover { text-decoration: underline; color: #15156f;} 

.bottom_text a:link { text-decoration: underline; color: #ffffff; font-weight: bold;}
.bottom_text a:visited { text-decoration: underline; color: #ffffff; font-weight: bold;} 
.bottom_text a:active { text-decoration: underline; color: #ffffff;}
.bottom_text a:hover { text-decoration: underline; color: #ffffff;} 

.menu a:link { text-decoration: none; color: #ffffff; font-weight: bold;}
.menu a:visited { text-decoration: none; color: #ffffff; font-weight: bold;} 
.menu a:active { text-decoration: none; color: #ffffff;}
.menu a:hover { text-decoration: underline; color: #ffffff;} 



