html, body
{
	background-image:url(./images/background.gif);
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color: #000000;
	margins: auto;
	vertical-align:top;
	background-position: center;
	border:none;

}

table
{
	border: none;
}

.menu
{
	width: 723px;
	height: 40px;
	background: #3366CC;
}

.menu td
{
	padding-left: 20px;
	padding-right: 20px;
}

.vtop
{
	vertical-align:top;
}

.vbottom
{
	vertical-align:bottom;
}

.center
{
	text-align: center;
	margins: auto;
}

.vcenter
{
	vertical-align:middle;
}

.textred
{
	color:#CC3333;
}

.textblue
{
	color: #3366CC;
}

a:link
{
	text-decoration:none;
	border: none;
}

a:visited
{
	text-decoration:none;
}

a:hover
{
	text-decoration:none;
	color:#CC3333;
}

a:active
{
	text-decoration:none;
	color: #CCCCCC;
}

.link_menu_text
{
	font-weight: bold;
	color: white;
	font-size: 12px;
}

.indent
{
	padding-left:32px;
}

.black
{
	color:#000000;
}

.blue
{
	color: #3366CC;
}

.red
{
	color:#FF0000;
}

.grey
{
	color:#999999;
}

.green
{
	color:#009966;
}

.orange
{
	color:#FF9900;
}

.bold
{
	font-weight:bold;
}

.nobold
{
	font-weight:normal !important;
}

.italic
{
	font-style:italic;
}

.noitalic
{
	font-style:normal;
}

.underline
{
	text-decoration:underline !important;
}

.left
{
	text-align:left;
}

.right
{
	text-align:right;
}

.tab
{
	padding-left: 32px;
}

.pad
{
	padding: 12px;
}

.textnorm
{
	font-size:12px;
	color:#000000;
}

.title
{
	font-size: 38px
}

.h0
{
	font-size:38px;
}

.h1
{
	font-size:32px;
}

.h2
{
	font-size:28px;
}

.h3
{
	font-size:24px;
}

.h4
{
	font-size:18px;
}

.h5
{
	font-size:14px;
}


.footer
{
	font-size: 16px;
	color: #3366CC;
	text-align: center;
	font-weight: bold;
}
