html {
   font-size: 100%;
}

body {
   	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #000000;
	font-size: 16px
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	background-image: url(./images/body_bkgd.gif);
}

a:link {
	color: #006c00;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}

a:active,a:visited {
	color: #006c00;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #FF6600;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}

/*
#b9d2e8 blue
#93a4b4 grey
#f68624 orange 
#678e17 green 
*/
/*border: 1px solid #666666;*/

input
{
	border: 1px solid #666666;
	font-size: 12px;
}

select
{
	border: 1px solid #666666;
	font-size: 12px;
}

table
{
	border-collapse: collapse;
}

.whitetable
{
	border-collapse: collapse;
	background-color: #ffffff;
} 

td
{
	font-weight: bold;
}

#blueOnGrey { /* Text and background colour, blue on light gray */
	color: #00f;
	background-color: #ddd;
}

#blackOnWhite { /* Text and background colour, black on white */
	color: black;
	background-color: white;
}

#orangeOnGreen{ /* Text and background colour, orange on green */
	color: #f68624;
	background-color: #678e17;
	font-weight: bold;
}

#greenOnOrange{ /* Text and background colour, green on orange */
	color: #678e17;
	background-color: #f68624;
}

#whiteOnGreyText
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #333333;
	color: #FFFFFF;
	margin-right: 6px;
}

#orangeOnGreenText
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #678e17;
	color: #f68624;
	margin-right: 6px;
	font-weight:bold;
}

#greenText
{
	font-family: ms sans;
	color: green;
	font-size: 14px;
	font-weight: bold;
}

#yellowText
{
	font-family: ms sans;
	color: yellow;
	font-size: 14px;
	font-weight: bold;
}

#orangeText
{
	font-family: ms sans;
	color: #f68624;
	font-size: 14px;
	font-weight: bold;
}

#redText
{
	font-family: ms sans;
	color: red;
	font-size: 14px;
	font-weight: bold;
}

#link
{
	text-align: center;
	background-color: #93a4b4;
	color: #678e17;
	font-weight: bold;
} 
