body
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #000000;
    text-align: justify;  
}

table
{
	width: 100%;
	border-style: none;
}

th
{
	background-color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 28px;
	color: #CC0000;
	vertical-align: middle;
	text-align: center;
	border: solid 1px #000000;
	padding: 15px;
	font-weight: normal;
}

td
{
	padding: 5px;
}

ol
{
    color: #0000CC;
    font-weight: bold;
}

ul
{
    list-style-type: disc;
    color: #000000;
    font-weight: normal;
}

a
{
    text-decoration: none;
    color: #0000FF;
}

a:hover
{
    color: #FF0000;
}

.link
{
    text-decoration: none;
    color: #006600;
}

.link a:hover
{
    text-decoration: underline;
    color: #003300;
}
