@charset "utf-8";
/* Logoslites Stylesheet */

body {
	background-image: url(/images/main/bg-main.png);
	background-repeat: repeat-x;
	background-color: #000000;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 1em;
}

a:link {
	color: #000000;
	text-decoration: none;
}

a:visited {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}

a:active {
	color: #FF0000;
	text-decoration: none;
}

a.footer:link {
	color: #666666;
	text-decoration: none;
}

a.footer:visited {
	color: #666666;
	text-decoration: none;
}

a.footer:hover {
	color: #666666;
	text-decoration: underline;
}

a.footer:active {
	color: #FF0000;
	text-decoration: none;
}

table.body {
	width: 95%;
	border: 0;
	margin: auto;  
/*	margin: auto; */
}

td.body {
	margin-top: 0px;
	padding-top: 0px;
	background-color: #999999;
	border-bottom: 1px solid #FFFFFF;
}

td.left {
	background-image: url(/images/main/bg-left.png);
	width: 11px;
	padding: 0;
}

td.right {
	background-image: url(/images/main/bg-right.png);
	width: 11px;
	padding: 0;
}


.top {
	text-align: center;
	width: 100%;
	background-image: url(/images/main/bg-top.png);
	background-repeat: repeat-x;
}
	
.menu {
	text-align: center;
	background-image: url(/images/menu/bg-menu.png);
	background-repeat: repeat-x;
	width: 100%;
}	

h1 {
	text-align: center;
	margin-top: .5em;
	margin-bottom: .75em;
	font-size: 14pt;
}

h2 {
	text-align: center;
	font-size: 12pt;
	text-decoration: underline;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: .5em;
}

.body2 {
	background-color: #CCCCCC;
	border: 1px solid #FFFFFF;
	padding: 1em;
	margin: auto;
	width: 75%;
	min-width: 704px;
}

.body3 {
	background-color: #CCCCCC;
	border: 1px solid #FFFFFF;
	padding: 1em;
	margin: auto;
	width: 75%;
}

.hometitle1 {
	float: left; 
	width: 350px; 
	clear: both; 
	margin-top: 0; 
	margin-bottom: 1em; 
	border-bottom: 1px solid #000000; 
	border-left: 1px solid #000000; 
	border-right: 1px solid #000000;
	background-color: #999999;
	text-align: center;
	font-size: small;
	font-weight: bold;
}	

.hometitle2 {
	float: right; 
	width: 350px; 
	margin-top: 0; 
	margin-bottom: 1em; 
	border-bottom: 1px solid #000000; 
	border-left: 1px solid #000000; 
	border-right: 1px solid #000000;
	background-color: #999999;
	text-align: center;
	font-size: small;
	font-weight: bold;
}

.hometitle3 { 
	width: 400px; 
	margin: auto;
	margin-top: 0;
	border-bottom: 1px solid #000000; 
	border-left: 1px solid #000000; 
	border-right: 1px solid #000000;
	background-color: #999999;
	text-align: center;
	font-size: small;
	font-weight: bold;
}	

.hometitle4 { 
	width: 350px; 
	margin: auto;
	margin-top: 0;
	border-bottom: 1px solid #000000; 
	border-left: 1px solid #000000; 
	border-right: 1px solid #000000;
	background-color: #999999;
	text-align: center;
	font-size: small;
	font-weight: bold;
}	
	
div.footer {
	font-weight: bold;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;	
	text-align: center;
	clear: both;
	font-size: x-small;
	padding-top: .2em;
	padding-bottom: .2em;
	width: 90%;
	margin-left: 5%;
	background-color: #CCCCCC; 
	margin-bottom: -1px;
	color: #666666;
}

	
	