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

body	{
						margin:0px;
						padding:0px;
						background-image:url(images/bg_body.gif);
						background-position:top left;
						background-repeat:repeat;
						background: #000000;
						color: #FFFFFF;
						font-family:Verdana;
						/*font-family:Verdana, Arial, Helvetica, sans-serif*/
						font-size:12px;
						/*letter-spacing:1px;*/
						text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
						}
table	{

						}
						
span.highlight {
						color:#C5246D;		
}					
						
td {
						font-size:12px;
						font-family:Verdana;
						color:#BCBCBC;
						line-height:12px;
						}
						/**/
a	{
						color:#3C84C3;
						font-size:12px;
						text-decoration:underline;
						}
a:hover	{
						color:#3C84C3;
						font-size:12px;
						text-decoration:none;
						}							
h1, h2, h3, h4, h5 {
						font-size:12px;
						font-family:Verdana;
						padding:0;
						margin:0;
						}										
h1 {
						line-height:13px;
						height:17px;
						font-weight:600;
						color:#BCBCBC;
						}	
h2 {
						line-height:14px;
						height:15px;
						font-weight:600;
						color:#C5246D;
						}
h3 {
						line-height:13px;
						height:13px;
						font-weight:600;
						color:#BCBCBC;
						}
h4 {
						line-height:14px;
						height:15px;
						font-weight:normal;
						color:#C5246D;
						}
h5 {
						line-height:12px;
						height:16px;
						font-weight:600;
						font-size:10px;
						color:#448CCB;
						}																								
						
ul {
						list-style-type:none;
						margin:0; 
						padding:0; 
						}
/*----------  list_1	 ---------------------*/
.list_1	li	{
						background-image: url(images/marker_1.gif);
						background-position: 0px 0px;
						background-repeat: no-repeat;
						font-size:10px;
						margin:1px 0px 1px 0px; 
						padding:0 0 0 12px;
						height:13px;
						line-height:11px;
						color:#C5246D;
						white-space:nowrap;
						}
.list_1 li a	{
						color:#C5246D;
						font-size:10px;
						font-weight:600;
						text-decoration:underline;
						}
.list_1 li a:hover	{
						color:#C5246D;
						font-size:10px;
						font-weight:600;
						text-decoration:none;
						}													
form {
						padding:0;
						margin:0;
						}
.input_1	{
						width:175px;
						height:19px;
						background-color:#CAC5B5;
						border:1px solid #FFFFFF;
						font-family:Verdana;
						font-size:11px;
						color:#777E85;
						line-height:10px;
						margin:0px 0px 3px 0px;
						padding:2px;
						}
textarea	{
						width:175px;
						height:98px;
						background-color:#CAC5B5;
						border:1px solid #FFFFFF;
						font-family:Verdana;
						font-size:12px;
						line-height:12px;
						color:#777E85;
						margin:0;
						padding:2px;
						overflow:hidden;
						}	
/*--------------------  ------------------*/
.red a {
						text-decoration:underline;
						color:#C5246D;
						font-size:10px;
						}	
.red a:hover {
						text-decoration:none;
						color:#C5246D;
						font-size:10px;
						}						
																							
/*---------- footer	 ---------------------*/
.footer	{
						color:#6A6A6A;
						font-size:10px;

						}	
.footer a	{
						color:#6A6A6A;
						font-size:10px;
						text-decoration:underline;
						}
.footer a:hover	{
						color:#6A6A6A;
						font-size:10px;
						text-decoration:none;
						}																

