BODY,TABLE
{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: white;
}

SPAN.caption
{
	font-size : larger;
	font-weight : bold;
}
DIV.border
{
	border : thin solid orange;
	max-width : 151;
	padding : 5 5 5 5;
}
DIV.content
{
	margin-left : 15px;
}
DIV.content2
{
	border : thin solid purple;
	padding : 5 5 5 5;
	margin-left : 15px;
}
DIV.content3
{
	border : thin solid purple;
	padding : 5 5 5 5;
	margin-left : 15px;
	font-size : smaller;
}
FORM
{
	font-size : smaller;
}

DIV.silver
{
	border : thin solid silver;
	padding : 5 5 5 5;
	margin-left : 15px;
}
DIV.gold
{
	border : thin solid gold;
	padding : 5 5 5 5;
	margin-left : 15px;
}
A.nav:LINK 
	{
	color : Black;
	text-decoration : none;
	}

A.nav:VISITED
	{
	color : Black;
	text-decoration : none;
}
A.nav:ACTIVE
	{
	color : Black;
	text-decoration : none;
}

A.nav:HOVER
	{
	color : inherit;
	text-decoration : none;
	background-color : orange;
	font-weight : inherit;
}

A.text:LINK 
	{
	color : Black;
	text-decoration : underline;
}

A.text:VISITED
	{
	color : Black;
	text-decoration : underline;
}
A.text:ACTIVE
	{
	color : Black;
	text-decoration : underline;
}

A.text:HOVER
	{
	color : inherit;
	text-decoration : underline;
	background-color : orange;
	font-weight : inherit;
}

.required
{
background-color:#ffcc00;
}
.required2
{
background-color:yellow;
}