@charset "UTF-8";
body {
	background-image: url(../images/tile_bg.gif);
}
/* CSS Document */
.padding {
margin-right: 6px;
}
.tenpxtextwhite {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #FFFFFF;
font-weight: normal;
}
.twelvepxtextblue {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #386cac;
font-weight: normal;
}
.twelvepxtextyellow {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFF99;
	font-weight: normal;
}
.twelvepxtextwhite {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #FFFFFF;
font-weight: normal;
}
.thirteenpxtextwhite {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 13px;
color: #FFFFFF;
font-weight: bold;
}
.border {
	margin-right: 6px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #2B58B0;
	border-left-color: #2B58B0;
	border-bottom-color: #2B58B0;
}
.shim{
	line-height: 12px;
}
.padding2{
	padding: 1px;
}
A:link {
	color: #FFFFFF;
	text-decoration: underline;
}
A:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
A:active {
	color: #FFFFFF;
	text-decoration: none;
}
A:hover {
	color: #FFFF33;
	text-decoration: none;
}

