body {
	font-size: xx-small;
    background-color: #FFD800;
	margin-left: 0px;
	margin-right: 0px;
}
A, A:Link, A:Active {
	color: #FFFFFF;
}
A:Visited {
	color: purple;
}
A:Hover{
	color: cyan;
}

H1 {
	font-size: x-large;
	font-family: Arial, Verdana;
	font-weight: bold;
	color: #FFFFFF;
}

H2 {
	font-size: large;
	font-family: Arial, Verdana;
	font-weight: bold;
	color: #FFFFFF;
}

.Medium {
	font-size: medium;
	font-family: Arial, Verdana;
	font-weight: bold;
	color: #FFFFFF;
}

.Large {
	font-size: large;
	font-family: Arial, Verdana;
	font-weight: bold;
	color: #FFFFFF;
}

HR.Divide {
	height : 3px;
	width: 100%;
	text-align: left;
	color: #A47232;
}

HR.SmallDivide {
	height : 1px;
	width: 100%;
	text-align: center;
	color: #FFFFFF;
}


TABLE {
	font-size: small;
	font-family: Arial, Verdana;
	color: #FFFFFF;
}

.Breadcrumps {
	color: #FFFFFF;
	font-size: x-small;
	font-family: Verdana, Arial;
	background-color: #0894EF;
}

.Blackboard {
	color: #FFFFFF;
	background-color: #049604;
	filter: alpha(opacity=90);
}

.BlackboardBorder {
	background-color: #A47232;
}

.Footer {
	font-size: x-small;
	font-family: Verdana, Arial;
	text-align: center
}

.Copyright {
	font-size: small;
	font-family: Verdana, Arial;
	text-align: center
}

.Fields{
	font-family : Verdana, Arial; 
	font-size: x-small; 
	background: #EBFFE7;
	border: 1px solid; 
	border-color: #A47232; 
	color: #000000;
}

.Buttons{
	font-family : Verdana, Arial; 
	font-size: x-small; 
	font-weight: bold;
	background: #A47232;
	border: 1px solid; 
	border-color: #000000;
	color: #FFFFFF;
}