P,UL,OL,DL,TD,TH,BLOCKQUOTE {
	font-family : Arial, Verdana, sans-serif;
	font-size : 13px;
}

H1,H2,H3,H4 {
	font-family : Arial, Helvetica, sans-serif;
	color : #003399;
	font-weight : bold;
}

H1 {
	font-size : 22px;
	text-align : center
}

H2 {
	font-size : 20px;
}

H3 {
	font-size : 16px;
}

H4 {
	font-size : 14px;
}

HR {
	border : thin dashed #FF0000;
}

SUP {
	font-size : xx-small;
}


LI {
	padding-bottom : 3px;
	padding-top : 2px;
}

DT {
	padding-top : 2px;
	font-weight : bold;
}

DD {
	padding-top : 2px;
	padding-bottom : 3px;
}

A {
	color : #284FA3;
	font-weight : 500;
	text-decoration : none;
}

A:hover {
	color : #FF0000;
	text-decoration : underline;
}

.GreenText {
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	color : #003399;
}

.MenuText {
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-size : 13px;
	text-decoration : none;
}

.MenuText:hover {
	color : #284FA3;
	text-decoration : underline;
}

a.TitleText {
	color : #284FA3;
	text-decoration : underline;
}

a.TitleText:hover {
	color : #3B9E68;
	text-decoration : underline;
	
}

.GreenBorder {
	border : thin dashed #284FA3;
	padding : 5 5 5 5;
}

.WhiteCell {
	background-color : #FFFFFF;
}

.YellowCell {
	background-color : #E7EEFC;
}

.GreenCell {
	background-color : #284FA3;
}

.LightGreenCell {
	background-color : #B6CDFE;
}

.RevTitleText:hover {
	color : #FFFFFF;
}


