a  {
	/* color : #292963; */
	color : #CC0000;
	text-decoration : none;
	font-weight : bold;
	font-style: normal;
}
a:hover  {
	/* color : #292963; */
	color : #CC0000;
	text-decoration : underline;
}
a.white  {
	color : #ffffff;
	text-decoration : none;
	font-weight : bold;
	font-style: normal;
}
a.white:hover  {
	color : #ffffff;
	text-decoration : underline;
}
a.whitemenu  {
	color : #ffffff;
	text-decoration : none;
	font-weight : normal;
	font-style: normal;
}
a.whitemenu:hover  {
	color : #ffffff;
	text-decoration : underline;
}
a.nobold  {
	text-decoration : none;
	font-weight : normal;
	font-style: normal;
}
a.nobold:hover  {
	text-decoration : underline;
}


body {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #333333;
	/*color : #292963;*/
}
.small {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
}
.topwhite {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color : #ffffff;
	font-size : 10px;
}
td  {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #292963;
}
td.header  {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	color : #ffffff;
	background-color : #292963;
}
input {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	color : #292963;
	}
select {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	color : #292963;
	}
textarea {
	color : #292963;
	}
	
/* #################################### */	

.main{
	padding:10px 0 30px 0;
}

table,tr,th,td {
		margin:0;padding:0;
		/*
		background: #CE0000; */
}	
	
.toptitle {
	font-size:24px;
	font-weight: bold;
	color: #888888;
	font-family: Verdana, Arial, sans-serif;
}
.nav {
	font-size:13px;
	color: transparent;
	font-weight: bold;
	font-family: Verdana, Arial, sans-serif;
	display:block;
	background-color: #CC0000;
   margin-top:8px;
}
.nav a		{text-decoration:none; margin-left:10px; color: #ffffff; text-decoration:none}
.nav a:hover{text-decoration:none; color: #ffffff;  background-color: #FE635A; }

.content{
	line-height    :150%;
	padding-top    : 0px;	
	padding-right  :10px;	
	padding-bottom :10px;	
	padding-left   :10px;	
	border         : 1px solid #777777;
	margin			: 2px 0 2px 0;
}
.footc {
	font-size:13px;
	color: #ffffff;
	font-weight: bold;
	font-family: Verdana, Arial, sans-serif;
	background-color: #CC0000;
	display: block;
	margin:0;padding:0 0 2px 0;
}
.footc a		  {text-decoration:none; margin-left:0px; color: #ffffff; text-decoration:none}
.footc a:hover{text-decoration:none; color: #ffffff;  background-color: #FE635A; }

.topspace{
	width: 1px;
	height: 10px;
}