body, td, th
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:   11px;
	color:       #666666;
	margin:      0px;
}

hr
{
	border: 1px solid #666666;
	height: 1px;
}

ul
{
	list-style-type: square;
}

a.link:link
{
	color:           #3333FF;
	text-decoration: none;
}

a.link:visited
{
	color:           #3333FF;
	text-decoration: none;
}

a.link:hover
{
	color:           #3366FF;
	text-decoration: underline;
}

a.link2:link
{
	color:           #666666;
	text-decoration: none;
}

a.link2:visited
{
	color:           #666666;
	text-decoration: none;
}

a.link2:hover
{
	color:           #999999;
	text-decoration: underline;
}

.background
{
	background-image:  url(../Images/background.jpg);
	background-repeat: repeat;
}

.copyright
{
	font-size: 10px;
}

.menu
{
	font-size:        12px;
	color:            #000066;
	text-decoration:  none;
	background-color: #EBEBEB;
}

.menuOver
{
	font-size:        12px;
	color:            #000066;
	text-decoration:  none;
	background-color: #C8C8C8;
	cursor:           pointer;
}

.menuLine
{
	background-color: #333399;
	height:           5px;
}

.menuLineOver
{
	background-color: #FF6600;
	height:           5px;
	cursor:           pointer;
}

.subTitle
{
	font-size:        15px;
	font-weight:      bold;
	color:            #405380;
	padding:          2px;
}