 /* CSS Document */

Body {  }


P  {
	text-decoration: none;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
}

.Bold {
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 12px;
	text-align: left;
	font-variant: normal;
}

 
.title{ color:#000000; font-weight: normal; font-size:19px; }


.smtitle{
	color:#BE2628;
	font-weight: normal;
	font-size:16px;
}


.blue { color:#9999CC; }
.pink {
	color:#FF0099;
	font-weight: bold;
}
.red {
	color:#0E1A06;
}
.black { color:#000000; }
.white { color:#FFFFFF; }
.gray { color:#666666; }



A {
	color: #666;
	text-decoration: none;
	font-weight: normal;
	font-size:12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


A:hover {
	color: #FF0099;
	text-decoration: underline;
	font-size: 12px;
	font-weight: underline;
	font-variant: normal;
	text-transform: none;
}
 
 
 

