body {
	background-color: #28486B;
	background-image: url(../images/pagebg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	text-align: center;
	margin: 0px;
}


p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 65%;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #264060;
}


a:link {
	color: #0000FF;
	text-decoration: underline;
}

a:visited {
	color: #0000FF;
	text-decoration: underline;
}

a:hover {
	color: #6F92EF;
	text-decoration: underline;
}


a.bluelink:link {
	color: #6F92EF;
	text-decoration: none;
}

a.bluelink:visited {
	color: #6F92EF;
	text-decoration: none;
}

a.bluelink:hover {
	color: #6F92EF;
	text-decoration: underline;
}


.leftcolumn {
	background-color: #FFFFFF;
	background-image: url(../images/leftbg.gif);
	background-repeat: repeat-y;
	background-position: left top;
}


.rightcolumn {
	background-color: #FFFFFF;
	background-image: url(../images/rghtbg.gif);
	background-repeat: repeat-y;
	background-position: right top;
}


ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 65%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #264060;
	list-style-position: outside;
	list-style-image: url(../images/bullet.gif);
}


.orange {
	color: DF6D23;
}


.green {
	color: #9CBB08;
}


.yellow {
	color: #DFAE2A;
}


.purple {
	color: #C122E9;
}

.white {
	color: #ffffff;
}


.menuarrw {
	background-color: #FFFFFF;
	background-image: url(../images/arrw.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

a.menu {
	vertical-align: text-bottom;
	padding-top: 12px;
	display:block;
	width: 100%;
}


a.menu:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 65%;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #3C638E;
	text-decoration: none;
}

a.menu:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 65%;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #3C638E;
	text-decoration: none;
}

a.menu:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 65%;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #6F92EF;
	text-decoration: none;
}
hr {
	height: 1px;
	width: 100%;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #6F92EF;
}.ErrorText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 65%;
	color: #FF0000;
}

