BODY, LAYER, P, DIV, TABLE, TR, TD, TH {
	font-size : 12px;
	font-family : Comic Sans MS;
	color : #000000;
}

a:hover {
	color : Green;
	font-family : Comic Sans MS;
	font-size : 12px;
	text-decoration : underline;
	font-weight : bold;
}
a {
	color : Red;
	font-family : Comic Sans MS;
	font-size : 12px;
	text-decoration : none;
	font-weight : bold;
}
a:visited {
	color : Red;
	font-family : Comic Sans MS;
	font-size : 10px;
	text-decoration : none;
	font-weight : bold;
}
a:visited : hover {
	color : Green;
	font-family : Comic Sans MS;
	font-size : 10px;
	text-decoration : none;
	font-weight : bold;
}
.Large {
	font-family :  Comic Sans MS;
	font-size : 16px;
	text-decoration : none;
}
.Standard {
	font-family :  Comic Sans MS;
	font-size : 14px;
	text-decoration : none;
}

a.Menu {
	color : white;
	text-decoration : none;
	font-family : Comic Sans MS;
	font-size : 14px;
}
a.Menu:visited {
	color : white;
	text-decoration : none;
	font-family : Comic Sans MS;
	font-size : 14px;
}
a.Menu:hover {
	color : yellow;
	font-family : Comic Sans MS;
	text-decoration : underline;
	font-size : 14px;
	font-weight : bold;
}

a.large {
	color : Red;
	text-decoration : none;
	font-family : Comic Sans MS;
	font-size : 16px;
	font-weight : bold;
}
a.large:visited {
	color : red;
	text-decoration : none;
	font-family : Comic Sans MS;
	font-size : 16px;
	font-weight : bold;
}
a.large:hover {
	color : green;
	font-family : Comic Sans MS;
	text-decoration : underline;
	font-size : 16px;
	font-weight : bold;
}

a.SubMenu {
	color : black;
	text-decoration : none;
	font-family : Comic Sans MS;
	font-size : 12px;
}
a.SubMenu:visited {
	color : black;
	text-decoration : none;
	font-family : Comic Sans MS;
	font-size : 12px;
}
a.SubMenu:hover {
	color : red;
	font-family : Comic Sans MS;
	text-decoration : underline;
	font-size : 12px;
}
a.SubMenu:active {
	color : black;
	font-family : Comic Sans MS;
	font-size : 12px;
	font-weight : bold;
}



a.standard {
	color : black;
	text-decoration : none;
	font-family : Comic Sans MS;
	font-size : 14px;
	font-weight : bold;
}
a.standard:visited {
	color : black;
	text-decoration : none;
	font-family : Comic Sans MS;
	font-size : 12px;
	font-weight : bold;
}
a.standard:hover {
	color : navy;
	font-family : Comic Sans MS;
	text-decoration : underline;
	font-size : 12px;
	font-weight : bold;
}

.Green {
	font-family : Comic Sans MS;
	font-size : 12px;
	color : green;
}
.Bold
	 {
	font-weight : bold;
	}
.Red
	 {
	color : #FB0F0C;
	}
.Title
	 {
	font-size : 14px;
	}
.Tiny
	 {
	font-size : 6px;
	}

.Small {
	font-family : Comic Sans MS;
	font-size : 12px;
}
.White {color : white;font-color : white;}
td.HeaderCell {
	font-family : Arial;
	font-size : 12;
	color : white;
	font-weight : ;
	background-image : url("../images/Menubg.gif");
	text-align : center;
	position : relative;
	}
td.MenuCell {
	cursor : hand;
	font-family : Arial;
	background : #474255;
	font-size : 14;
	color : white;
	font-weight : ;
	width : 100;
	filter :
		progid : dximagetransform.microsoft.gradient(
			gradienttype=0,
			startColorstr=#FF0000,
			endColorstr=#F6FF00
		)
	text-align : center;
	position : relative;
	}

td.MenuBar {
	width : 100%;
	position : relative;
	filter :
		progid : dximagetransform.microsoft.gradient(
			gradienttype=0,
			startColorstr=#26306B,
			endColorstr=#C0C0C0
		)
	}
td.MenuOverCell {
	cursor : hand;
	background : maroon;
	font-family : Arial;
	font-size : 12;
	color : white;
	width : 100;
	font-weight : ;
}

a.WhiteMenuClass:visited {
	color : #FFFFFF;
	text-decoration : none;
	font-family : Comic Sans MS;
	font-size : 10px;
}
a.WhiteMenuClass:hover {
	color : yellow;
	font-family : Comic Sans MS;
	font-size : 10px;
	font-weight : bold;
}
td.TitleBar {
	color : #FFFFFF;
	text-decoration : none;
	font-family : Comic Sans MS;
	font-size : 14px;
	font-weight : bold;
	position : relative;
	filter :
		progid : dximagetransform.microsoft.gradient(
			gradienttype=0,
			startColorstr=#26306B,
			endColorstr=#141A35
		)
	}
.borderRight {
	border-right : 2px dashed #FFFF00;
}
.borderLeft {
	border-left : 2px dashed #FFFF00;
}
