/* CSS Document */
body
{
	background: url("../images/bg_bottom.gif") repeat-x bottom;
	padding: 0px;
	margin: 0px;
	height: 100%;	
}

#container
{
	background: url("../images/bg_top.gif") repeat-x top;
	margin: 0px;
}

#contentArea
{
	background-color: #FFFFFF;
	border: #666666 solid 1px;	
}

.type
{
	font-family: Arial, sans-serif;
	color: #666;
	font-size: 12px;
}

.footer
{
	font-family: Arial, sans-serif;
	color: #333;
	font-size: 12px;
	padding-top: 5px;
}

.title
{
	font-family: "Times New Roman", Times, serif;
	color: #f30c52;
	font-size: 20px;
	font-weight: bold;
}

.nav
{
	font-family: Arial, sans-serif;
	color: #f30c52;
	font-size: 13px;
	font-weight: bold;
	
}

a:link
{
	color: #dc0a45;
	text-decoration: none;
	border-color: #dc0a45;
}

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

a:visited
{
	color: #dc0a45;
	text-decoration: none;
}

a:hover
{
	color: #3ba0fb;
	text-decoration: none;
	border-color: #3ba0fb;
}

.nav a:link
{
	color: #666;
	text-decoration: none;
}

.nav a:active
{
	color: #666;
	text-decoration: none;
}

.nav a:visited
{
	color: #666;
	text-decoration: none;
}

.nav a:hover
{
	color: #f30c52;
	text-decoration: none;
}
