/* CSS Document */

BODY
{
	font-weight: normal;
	font-size: 12px;
	word-spacing: normal;
	text-transform: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	background-color: white;
}

.main{
	font-size: 8px;
}

.main_dot{
	border-top-style: ridge;
	border-top-color: #000000;
	border-top-width: 1px;
	border-right-color: #000000;
	border-right-style: ridge;
	border-right-width: 1px;
	border-bottom-style: ridge;
	border-bottom-width: 1px;
	border-bottom-color: #000000;
	border-left-style: ridge;
	border-left-color: #000000;
	border-left-width: 1px;
}

p{
	font-size:12px;
 	color: #333333;
}

strong{
	font-size:120%;
	color:#000000;
	padding: 2px;
}

b{
	font-size:120%;
	color:#000000;
	margin: 2px;
}

.style2{
	font-size: 12px;
	color: #FF3333;
	font-weight: bold;
}

.style3{
	 color: #F09000;
	 font-weight: bold;
}

.style4{
	 color: #023785;
	 font-weight: bold;
}

.notes
{
	font-size: 10px;
	font-family: Arial;
}

.ErrorMessage
{
	font-weight: bold;
	color: red;
}
A:visited
{
	color: Blue
}

.footer
{
	font-weight: normal;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
