body
{ 
	font-family: arial, helvetica, sans serif;
	color: #333; 
	font-size: x-small;
	background-color: #CDE6FE;
}

table
{
	font-size: x-small;
}

h1
{
	font-weight: bold;
	font-size: small;
	color: #034792;
}

h2
{
	font-size: x-small;
	font-weight: bold;
	color: #034792;
}

#border
{
	border: 1px solid #666;
}

#main
{
	padding-left: 30px;
	padding-right: 20px;
	background-color: #fff;
}

a:link, a:active, a:visited
{
	color: #0066FF;
	text-decoration: underline;
}

a:hover
{
	color: #0066FF;
	text-decoration: none;
}

#orange
{
    background-color: #F9B601;
}

.footer
{
	font-size: xx-small;
	color: #0F3174;
}

.right
{
	float: right;
    margin-left: 10px;
	margin-right: 10px;
}


 ul li	
{
	 list-style-type: image;
	 list-style-image: url(images/bulletpoint.gif);
}

#white

{
     background-color: #fff;
}

.bottom	
{
	background-image: url(images/background.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}

.bottom2	
{
	background-image: url(images/background2.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}

.grey
{
	font-family: arial, helvetica, sans serif;
	font-size: x-small;
	color: #666;
}

.line
{
	border-bottom: 1px solid #333;
}