html
{
	font-family: Tahoma;
	font-style: normal;
	font-weight: normal;
	color: white;
}

body
{
	background-image: url("../images/background.gif");
	background-repeat: repeat;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}

.Width450px
{
	font-size: 11px;
	font-family: Tahoma;
	font-style: normal;
	font-weight: normal;
	width: 450px;
}

.Width250px
{
	font-size: 11px;
	font-family: Tahoma;
	font-style: normal;
	font-weight: normal;
	width: 250px;
}

.Width200px
{
	font-size: 11px;
	font-family: Tahoma;
	font-style: normal;
	font-weight: normal;
	width: 200px;
}

.Width125px
{
	font-size: 11px;
	font-family: Tahoma;
	font-style: normal;
	font-weight: normal;
	width: 125px;
}

.Width40px
{
	font-size: 11px;
	font-family: Tahoma;
	font-style: normal;
	font-weight: normal;
	width: 40px;
}

.Width60px
{
	font-size: 11px;
	font-family: Tahoma;
	font-style: normal;
	font-weight: normal;
	width: 60px;
}

.Width80px
{
	font-size: 11px;
	font-family: Tahoma;
	font-style: normal;
	font-weight: normal;
	width: 80px;
}

hr
{
	size: 0;
}

h1
{
	font-size: 13px;
	font-weight: bold;
}

h2
{
	font-size: 12px;
	font-weight: bold;
}

h3
{
	font-size: 11px;
	font-weight: bold;
}

p
{
	font-size: 11px;
}

.Small
{
	font-size: 10px;
}

.Large
{
	font-size: 12px;
}

.LargeBold
{
	font-size: 12px;
	font-weight: bold;
}

.HugeBold
{
	font-size: 14px;
	font-weight: bold;
}

table
{
	font-family: Tahoma;
	font-style: normal;
	font-weight: normal;
	font-size: 11px;
	color: white;
	padding: 0px;
}

td
{
	text-align: left;
	vertical-align: top;
}

td.Middle
{
	text-align: left;
	vertical-align: middle;
}

img
{
	border-width: 0px; 
}

a:link, a:active, a:visited
{
	text-decoration: underline;
	color: white;
}

a:hover
{ 
   	text-decoration: underline; 
	color:	#CCCCCC;
}

select
{
	font-family: arial, sans-serif;
	font-size: 11px;
}

input
{
	font-family: arial, sans-serif;
	font-size: 11px;
}

input.TextField
{
	font-family: arial, sans-serif;
	font-size: 11px;
	height: 15px;
	width: 150px;
}

input.SmallButton
{
	font-family: arial, sans-serif;
	font-size: 11px;
	width: 60px;
}

.valignmiddle
{
	vertical-align: middle
}