body 
	{ 

	cursor:default;
	font-family: arial;
	font-size: 11px;
	line-height: 18px;
	color: #414141;
	background: url(layout/bg.jpg);
	}

table
	{ 

	cursor:default;
	font-family: arial;
	font-size: 11px;
	line-height: 18px;
	color: #414141;
	}


a
	{
	color: #47BBCC;
	font-weight: bold;
	cursor: default;
	}

b	
	{
	color: #E7437D;
	}

i	
	{
	color: #A4A4A4;
	}

a:hover
	{
	color: #CCCCCC;
	font-weight: bold;
	cursor: default;
	}

#container
	{
	width: 588px;
	padding-top: 20px;
	margin: 0 auto;
	}

#header
	{
	width: 588px;
	height: 330px;
	background: url(layout/header.jpg);
	}

#content
	{
	width: 548;
	background: #FFFFFF;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: justify;
	border-bottom: 7px solid #36C8DF;
	}

#footer
	{
	text-align: justify;
	font-size: 10px;
	line-height: 15px;
	}

#footer b
	{
	color: #414141;
	font-size: 11px;
	text-transform: uppercase;
	}

#footer a
	{
	color: #E7437D;
	text-decoration: none;
	text-transform: uppercase;
	cursor: default;
	}

#footer a:hover
	{
	color: #BE2D60;
	text-decoration: underline;
	text-transform: uppercase;
	cursor: default;
	}

.navigation
	{
	padding-left: 75px;
	padding-top: 185px;
	width: 100;
	line-height: 21px;
	font-size: 9px;
	text-transform: uppercase;
	}

.navigation a
	{
	color: #E7437D;
	text-decoration: none;
	padding-left: 15px;
	padding-right:70px;
	width: 100%;
	cursor:default;
	}

.navigation a:hover
	{
	color: #E7437D;
	text-decoration: none;
	background-color: #E3E3E3;
	width: 100%;
	cursor:default;
	}

.title
	{
	font-size: 35px;
	color: #B8D137;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: -3px;
	}

.subtitle
	{
	font-size: 24px;
	color: #868686;
	text-transform: lowercase;
	letter-spacing: -3px;
	padding-left: 50px;
	}

.subtitle2
	{
	font-size: 18px;
	color: #868686;
	text-transform: uppercase;
	}

.title a
	{
	font-size: 35px;
	color: #E7437D;
	text-decoration: none;
	cursor:default;
	}

.title a:hover
	{
	color: #FC76A5;
	text-decoration: none;
	cursor:default;
	}

hr
	{
	color: #DADADA height: 1px;
	border-style: none;
	border-bottom: 1px solid #DADADA;
	}

::-moz-selection
	{
	color: #4C4C4C;
	background: #CDF2F7;
	}

input, textarea
	{	
	border: 1px dotted #D2D2D2;
	background-color: #F7F7F7;
	color: #737373;
	font-family: arial;
	font-size: 11px;}



.tablehead
	{
	color: #747474;
	text-transform:uppercase;
	font-weight:bold;
	background: #DADADA;
	text-align: center;
	}

.tablenav
	{
	border: 1px solid #DADADA;
	background: #FFFFFF;
	border-spacing: 3px;
	width: 80%;
	}

.tablenavb
	{
	background: #F7F7F7;
	vertical-align: center; 
	text-align: center;
	width: 20%;
	height: 30px;
	text-transform: uppercase;
	}

.tablenavb a
	{
	text-decoration: none;
	}

.tablenavc
	{
	padding-left: 5px;
	background: #E9E9E9;
	width: 40%;
	}

blockquote
	{
	border-top: 5px solid #FEF200;
	background: #F8F8F8;
	padding: 5px;
	}
