A:link {text-decoration: none; }
A:visited {text-decoration: none; }
A:active {text-decoration: none; }
A:hover {text-decoration: underline; }

a.whitelink:visit {color:#FFFFFF;}
a.whitelink:active {color:#FFFFFF;}
a.whitelink:hover {color:#FFFFFF;}
a.whitelink:link { color:#FFFFFF; }
a.whitelink:visited { color:#FFFFFF; }

a.blacklink:link {color:#000000;}
a.blacklink:visit {color:#000000;}
a.blacklink:active {color:#000000;}
a.blacklink:hover {color:#000000;}
a.blacklink:visited { color: #000000; }

a.greylink:active { color:#666666; }
a.greylink:hover { color:#333333; }
a.greylink:link { color:#666666; }
a.greylink:visit { color:#666666; }
a.greylink:visited { color:#666666; }

body, table, form {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 8pt;
	background-color: #FFFFFF;
	margin-left: 8px;
}
.size1 {
	font-size: 7pt;
}
.size2 {
	font-size: 9pt;
}
.headline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
}
.subhead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}
.headline2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: #913030;
}
.headline3{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: #669999;
}
.redhead {color: #FF0000; font-size: 10pt;}
.black { color: #000000}
.sandy {color: #CCCC00; font-weight: bold; }
.grey1 {color: #333333}
.white {color: #FFFFFF}

.wrap1, wrap2 {
	display: inline-table;
	text-align:center;
}

.wrap1 {
	background-image: url(Images/shadow2.gif);
	background-repeat: repeat-y;
	background-position: center bottom;
	padding: 0px;
}

.wrap2 {
	background-image: url(Images/shadow3.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-left: auto;
	margin-right: auto;
	width: 782px;
}

