﻿body 
{
    background-color: #000000;
    background-image: url('/images/bg_image.jpg');
	background-repeat: no-repeat;
	background-position: center 4px;
	background-attachment: fixed;
    color: White;
    font-family: Arial;
    font-size: 12px;
}
.homeitem
{
	color: White;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
}
a:link
{
	font-family: Arial;
	color: #C0C0C0;
	font-size: 12px;
	text-decoration: underline;
}
a:visited
{
	font-family: Arial;
	color: #C0C0C0;
	font-size: 12px;
	text-decoration: underline;
}
a:hover
{
	font-family: Arial;
	color: #696969;
	font-size: 12px;
	text-decoration: underline;
}
a:active
{
	font-family: Arial;
	color: #C0C0C0;
	font-size: 12px;
	text-decoration: underline;
}
.infosmall
{
	font-size: 8pt;
	font-family: Arial;
	color: Black;
}
a.learnmore:link
{
	font-family: Arial;
	color: Black;
	font-size: 10px;
	text-decoration: none;
	font-weight: bold;
}
a.learnmore:visited
{
	font-family: Arial;
	color: Black;
	font-size: 10px;
	text-decoration: none;
	font-weight: bold;
}
a.learnmore:hover
{
	font-family: Arial;
	color: #4C4646;
	font-size: 10px;
	text-decoration: none;
	font-weight: bold;
}
a.learnmore:active
{
	font-family: Arial;
	color: Black;
	font-size: 10px;
	text-decoration: none;
	font-weight: bold;
}