BODY {
	color : Black;
	background-color : white;
	font-family : Arial;
	font-size : 12px;
	font-weight : normal;
	text-align : left;
	margin-left : 2px;
	margin-top : 6px;
	margin-bottom : 2px;
	margin-right : 2px;
}

BODY,P,DL,DT,DD,TD,TH,LI,UL,OL {
	font-family : Arial;
	font-size : 12px;
	font-weight : normal;
	}

.MyClass {
        background-color: #ffffff;
        font-size: 11px;    
        color: black;
        height: 18px;
        width: 75px;
        border: 1px solid black;
}

.MyClassTwo {
        background-color: #ffffff;
        font-size: 11px;    
        color: black;
        height: 18px;
        width: 120px;
        border: 1px solid #7F9DB9;
}

.MyClassThree {
        background-color: #ffffff;
        font-size: 11px;    
        color: black;
        height: 18px;
        width: 50px;
        border: 1px solid black;
}

.blankline {
	background-color : White;
	width : 100%;
	vertical-align : middle;
	font-weight : bold;
	padding-bottom : 2px;
	padding-top : 2px;
}


.blankline3 {
	background-color : transparent;
	width : 100%;
	vertical-align : middle;
	text-align : center;
	font-weight : bold;
	font-size : 12px;
	padding-top : 3px;
	padding-bottom : 3px;
}



.MENUBOX {
	background : #336799;
	color : White;
	border : 3px solid Gray;
	border-bottom-color : #BEBEBE;
	border-bottom-style : solid;
	border-bottom-width : 2px;
	border-left-color : #999999;
	border-left-style : solid;
	border-left-width : 1px;
	border-right-color : #BEBEBE;
	border-right-style : solid;
	border-right-width : 2px;
	border-top-color : #999999;
	border-top-style : solid;
	border-top-width : 1px;
	padding-bottom : 7px;
	padding-left : 5px;
	padding-right : 10px;
	padding-top : 7px;
	text-align : right;
	font-size : 12px;
	font-weight : bold;
}


.BOX {
	background : #336799;
	color : White;
	border : 3px solid Gray;
	border-bottom-color : #BEBEBE;
	border-bottom-style : solid;
	border-bottom-width : 3px;
	border-left-color : #999999;
	border-left-style : solid;
	border-left-width : 3px;
	border-right-color : #BEBEBE;
	border-right-style : solid;
	border-right-width : 3px;
	border-top-color : #999999;
	border-top-style : solid;
	border-top-width : 2px;
	padding-bottom : 10px;
	padding-left : 5px;
	padding-right : 5px;
	padding-top : 10px;
	text-align : center;
	font-size : 14px;
}

A:VISITED {
	color : Blue;
	text-decoration : underline;
	background-color : transparent;
}

H3 {
	text-align : center;
	font-size : 20px;
	font-weight : bold;
	margin-top : 4px;
	margin-bottom : 4px;
	font-family : Arial;
	color : BF0000;
	text-decoration : underline;
}

H4 {
	text-align : center;
	font-size : 20px;
	font-weight : bold;
	margin-top : 4px;
	margin-bottom : 8px;
	font-family : Arial Black;
	color : #BF0000;
	text-decoration : none;
}

H5 {
	text-align : center;
	font-size : 16px;
	font-weight : bold;
	margin-top : 4px;
	margin-bottom : 8px;
	font-family : Arial Black;
	color : #BF0000;
	text-decoration : none;
}

H1 {
	text-align : center;
	font-size : 28px;
	font-weight : bold;
	margin-top : 4px;
	margin-bottom : 4px;
	font-family : Comic Sans MS;
	color : red;
	text-decoration : underline;
}

H2 {
	color : Black;
	text-align : center;
	font-weight : normal;
	font-size : 12px;
	margin-top : 4px;
	margin-bottom : 4px;
	font-family : Arial;
}

H3 {
	color : navy;
	text-align : center;
	font-weight : bold;
	font-size : 13px;
	margin-top : 4px;
	margin-bottom : 4px;
	font-family : Arial;
	text-decoration : none;
}

A {
	color : #150185;
	text-decoration : underline;
	background-color : transparent;
}

A:HOVER {
	color : #DD6900;
	text-decoration : none;
}

A:ACTIVE {
	color : #DD6900;
	text-decoration : none;
}

A:VISITED {
	color : #150185;
	text-decoration : underline;
	background-color : transparent;
}

A:VISITED:HOVER {
	color : #DD6900;
	text-decoration : none;
}

.whitelink {
	color : white;
	text-decoration : underline;
}

.whitelink:HOVER {
	color : red;
	text-decoration : none;
}

#red:link {
	COLOR: #FB0000;
	TEXT-DECORATION: none;
}
#red:visited {
	COLOR: #FB0000;
	TEXT-DECORATION: none;
}
#red:hover {
	COLOR: navy;
	TEXT-DECORATION: underline;
}
#red:visited:hover {
	COLOR: navy;
	TEXT-DECORATION: underline;
}

.clearbox3 {
	background-color : transparent;
	border : px;
	padding-bottom : 3px;
	padding-left : 3px;
	padding-right : 3px;
	padding-top : 3px;
	text-align : justify;
	text-weight : normal;
	width : 95%;
	color : black;
	font-size : 11px;
}

.clearbox4 {
	background-color : transparent;
	border : px;
	padding-bottom : 3px;
	padding-left : 3px;
	padding-right : 3px;
	padding-top : 3px;
	text-align : center;
	text-weight : normal;
	width : 95%;
	color : black;
	font-size : 11px;
}

.bluebox3 {
	background-color : transparent;
	border : 2px solid #03699C;
	padding-bottom : 3px;
	padding-left : 3px;
	padding-right : 3px;
	padding-top : 3px;
	text-align : justify;
	text-weight : normal;
	width : 80%;
	color : black;
	font-size : 11px;
}

.whitebox3 {
	background-color : transparent;
	border : 2px solid #03699C;
	padding-bottom : 3px;
	padding-left : 3px;
	padding-right : 3px;
	padding-top : 3px;
	text-align : center;
	width : 85%;
	color : black;
	font-size : 11px;
}

.line    {
	width : 90%;
	color : #BF0000;
	margin-bottom : 0;
	height : 4px;
}

html>body .line    {
	width : 90%;
	color : #BF0000;
	background-color : #BF0000;
	margin-bottom : 8;
	height : 4px;
	border : 0;
}

.list    {
	margin-top : 5;
	margin-bottom :5;
}