/* CSS Document */
body,td,th {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
body {
	background-color: #2691cd;
}
td.bgframe {
	background-image:url(images/vert_bg.gif);
	background-position:left top;
	background-repeat:repeat-y;
}
td.bgwhite {
	background-image:url(images/vert_white_bg.gif);
	background-position:left top;
	background-repeat:repeat-y;
}
h1 {
	font-size: 16px;
}
h2 {
	font-size: 16px;
	color: #0099FF;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #99CCFF;
}
a:active {
	text-decoration: none;
	color: #99CCFF;
}
.blackText {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	line-height: 21px;
}
.blackText a:link {
	color: #0099FF;
	text-decoration : none;
	font-weight: normal;
}

.blackText a:visited {
	color: #0099FF;
	text-decoration : none;
	font-weight: normal;
}

.blackText a:active {
	color: #66CCFF;
	text-decoration : underline;
	font-weight: normal;
}

.blackText a:hover {
	color: #000000;
	text-decoration : none;
	font-weight: normal;
}
.blackSmall {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}
.blackSmall a:link {
	color: #0099FF;
	text-decoration : none;
	font-weight: normal;
}

.blackSmall a:visited {
	color: #0099FF;
	text-decoration : none;
	font-weight: normal;
}

.blackSmall a:active {
	color: #66CCFF;
	text-decoration : underline;
	font-weight: normal;
}

.blackSmall a:hover {
	color: #000000;
	text-decoration : none;
	font-weight: normal;
}
.whiteSmall {
	font-size: 10px;
}
