body
{ 
	font-family: arial, helvetica, sans serif;
	color: #25479C;
	font-size: x-small;
	background-image:  url(images/faded_background.gif);
	background-position: center;
	background-repeat: repeat-y;
	margin: 0px;
}

table
{
	font-size: x-small;
	color: #000;
}

#menu
{
	background-color: #D9E2EE;
	padding-left: 15px;
	font-family: times new roman, arial, helvetica, sans serif;
	font-weight: bold;
	font-size: small;
	line-height: 180%;
}

#menu a
{
	color: #25479C;
	text-decoration: none;
}

#menu a:hover
{
    color: #000;
	text-decoration: none;
}

#content
{
	color: #000;
    background-color: #fff;
    padding-left: 15px;
	padding-right: 15px;
}

h1
{
	font-family: times new roman, arial, helvetica, sans serif;
	font-weight: bold;
	font-size: medium;
	color: #25479C; /* dark blue */
}

h2
{
	font-family: times new roman, arial, helvetica, sans serif;
	font-weight: bold;
	font-size: small;
	color: #0066CC;
}

a
{
	color: #fa0101; /* red */
	text-decoration: none;
}

a:visited
{
    color: #0066CC; /* turquoise */
	text-decoration: underline;
}

a:hover
{
    color: #0066CC;
	text-decoration: underline;
}

.blue
{
	font-family: times new roman, arial, helvetica, sans serif;
	font-size: small;
	font-weight: normal;
	color: #0066CC;
	font-style: italic;
}

.black
{
	color: #000000;
}


.footer
{
	font-family: arial, helvetica, sans serif;
	font-size: xx-small;
	font-weight: normal;
	color: #0066CC;
}

.right
{
     float: right;
	 margin-left: 10px;
}

.green
{
	color: green;
}