*{
margin: 0;

}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height: 20px;
	text-align: center; 	
	color: #333333;
	margin:0;	
	background-color: #CECFD1;	
}

.small {
	font-size:10px;
}

td, .td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height: 20px;
	text-align: center; 	
	color: #333333;
	margin:0;	
	
} 

 div.homecontainer {
 	top: 0; 
 	left: 0; 
 	width: 100%; 
 	height: 100%;
    position: fixed; 
    display: table;
 }

div.homecontent {
	display: table-cell; 
	vertical-align: middle;
	width: 1024px; 
	height: 636px; 
}


div#container {
	width: 1024px; 
	z-index: 0;
	padding:0px 0px 10px 0px;  
	text-align:center;
	margin-left: auto; 
	margin-right: auto;	
	overflow:hidden;	
	border-top: 0px;
	border-bottom: 0px;
	background-color:#FFFFFF;	
}


h1, .h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight: normal;
	line-height: 24px;
	margin-bottom: 12px;
	margin-top: 0px;

}

h2, .h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;	
	line-height: 20px;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	padding-top: 0px;

}

h3, .h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight: bold;
	line-height: 20px;
	margin-bottom: 0px;
	margin-top: 0px;

}


.red {	
	color: #BC3E28;

}


a {
	
color: #484745;	
}
a.nameActive:link, a.nameActive:active, a.nameActive:visited, a.nameActive:hover
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight: normal;
	line-height: 20px;	
	color: #BC3E28;
	text-decoration: none;
}

a.name:link, a.name:active, a.name:visited
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight: normal;
	line-height: 20px;
	color: #808184;	
	text-decoration: none;
}

a.name:hover
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight: normal;
	line-height: 20px;
	color: #BC3E28;	
	text-decoration: none;
}


#fade { /*--Transparent background layer--*/
	display: none; /*--hidden by default--*/
	background: #000;
	position: fixed; left: 0; top: 0;
	width: 100%; height: 100%;
	opacity: .80;
	z-index: 9999;
}
.popup_block{
	display: none; /*--hidden by default--*/
	background: #fff;
	padding: 20px;
	border: 20px solid #ddd;
	float: left;
	font-size: 1.2em;
	position: fixed;
	top: 50%; left: 50%;
	z-index: 99999;
	/*--CSS3 Box Shadows--*/
	-webkit-box-shadow: 0px 0px 20px #000;
	-moz-box-shadow: 0px 0px 20px #000;
	box-shadow: 0px 0px 20px #000;
	/*--CSS3 Rounded Corners--*/
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 0px;
}
img.btn_close {
	float: right;
	margin: -55px -55px 0 0;
}
/*--Making IE6 Understand Fixed Positioning--*/
*html #fade {
	position: absolute;
}
*html .popup_block {
	position: absolute;
}



ul { list-style-type: circle; } 

