/* CSS Document */
.body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

A:visited  {color: #000000; text-decoration: none; font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold;}
A:link  {color: #000000; text-decoration: none; font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold;}
A:active  {color: #092980; text-decoration: none; font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold;}
A:hover   {color: #092980; text-decoration: underline; font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold;}

.title
{
	color:#557C83;
	font-weight:bold;
}

.subtitle
{
	font-size:13px;
	font-weight:bold;
}

.list
{
	font-size:11px;
	font-weight:bold;
}

.list1
{
	font-size:12px;
	font-weight:normal;
}

.redfont
{
	font-size: 13px;
	color: #FF0000;
	font-weight:bolder;
}
.greenfont{
	font-size: 13px;
	color: #669900;
	font-weight:bolder;
} 
