	* {
		margin: 0;
		padding: 0;
		border: 0;
		border-collapse: collapse;
		text-decoration: none;
	}
	
	body {
		font-family: Arial;
		font-size: 12px;
		color: #000000;
		line-height: 18px;
	}
	
	ul, ol {
		margin-left: 30px;
	} 
	
	a {
		color: #000000;
		text-decoration: underline;
		/*font-weight: bold;*/
	}
	
	a:hover {
		text-decoration: none;
	}
	
	div.shareButtons {
		height: 16px;
		float: right;
		text-align: right;
	}
	
	div.shareButtons img {
		margin-left: 5px;
	}
	
	/********************************************/
	
	div.blackLine, div.greyLine {
		height: 1px;
		line-height: 1px;
		font-size: 0px;
	}
	
	div.blackLine {
		color: #000000;
		background-color: #000000;
		margin: 7px 0px 8px 0px;
	}
	
	div.greyLine {
		color: #CCCCCC;
		background-color: #CCCCCC;
		margin: 12px 0px 11px 0px;
	}
	
	/********************************************/
		
	.failed {
		color: #FF0000;
	}
	
	/********************************************/
	
	h1 {
		font-size: 18px;
		font-weight: bold;
		letter-spacing: 2px;
		line-height: 24px;
		margin: 10px 0px 10px 0px;
	}
	
	h2 {
		font-size: 14px;
		font-weight: bold;
		letter-spacing: 2px;
		line-height: 18px;
	}
	
	h3 {
		font-size: 12px;
		font-weight: bold;
		letter-spacing: 2px;
		line-height: 12px;
	}
	
	/********************************************/
	
	.text, input.failed, textarea.failed  {
		color: #000000;
		border: 1px inset #7C7C7C;
		width: 310px;
		height: 18px;
		padding-left: 2px;
		padding-top: 2px;
		font-family: Arial;
		font-size: 12px;
		margin-bottom: 4px;
		background-color: #FFFFFF;
	}
	
	input.failed, textarea.failed {
		border: 1px solid #FF0000;
	}
	
	input.button {
		color: #000000;
		border: 1px outset #7C7C7C;
		background-color: #FFFFFF;

		font-size: 11px;
		width: 67px;
		height: 21px;
	}
	
	input.check {
		vertical-align: middle;
		margin: 0px 7px 0px 30px;
	}
	
	select {
		font-size: 12px;
		height: 20px;
		border: 1px inset #7C7C7C;
	}
	
	label {
		line-height: 20px;
		color: #000000;
		font-size: 12px;
		font-weight: bold;
		background-color: #FFFFFF;
		margin-top: 4px;
		float: left;
	}
	
	/********************************************/
	
	table.formTable {
		width: 472px;
		margin-top: 30px;
		margin-bottom: 10px;
		border-bottom: 1px solid #CCCCCC;
	}
	
	table.formTable th {
		text-align: left;
		padding-bottom: 13px;
	}
	
	table.formTable th h2 {
		display: block;
		padding-left: 3px;
		border-bottom: 1px solid #000000;
	}
	
	table.formTable td {
		width: 312px;
		padding: 0px 0px 16px 9px;
		vertical-align: top;
		line-height: 20px;
	}
	
	table.formTable td.first {
		width: 148px;
		padding-left: 3px;
		background-image: url('../images/layout/label_bg.gif');
		background-position: top right;
		background-repeat: repeat-x;
	}
	
	/********************************************/

	div.container {
		width: 952px;
		margin-left: auto;
		margin-right: auto;
	}
	
	/********************************************/
	
	div.header {
		height: 126px;
		background-image: url('../images/layout/header_line.gif');
		background-position: bottom left;
		background-repeat: repeat-x;
		margin-bottom: 16px;
	}
	
	div.topLinks {
		height: 24px;
		width: 270px;
		
		float: right;

		padding-right: 4px;
		
		text-align: right;
	}
	
	div.topLinks a {
		font-size: 11px;
		color: #666666;
		margin-left: 10px;
		line-height: 33px;
		text-decoration: none;
		font-weight: normal;
	}
	
	div.topLinks a:hover {
		text-decoration: underline;
	}
	
	/********************************************/
	
	div.footer {
		border-top: 1px solid #666666;
		margin-top: 30px;
	}
	
	div.footer a {
		float: left;
		font-size: 12px;
		color: #000000;
		line-height: 35px;
		margin-right: 12px;
		font-weight: normal;
		text-decoration: none;
	}
	
	div.footer a:hover {
		text-decoration: underline;
	}
	
	/********************************************/
	
	div.menu {
		float: left;
		margin: 27px 0px 0px 20px;
	}
	
	a.menuLink {
		float: left;
		color: #000000;
		font-size: 12px;
		font-weight: bold;
		margin-top: 1px;
		letter-spacing: 1.5px;
		text-decoration: none;
	}
	
	a.menuLink:hover {
		text-decoration: underline;
	}
	
	div.menuNormal {
		height: 22px;
		float: left;
		padding: 0px 11px 0px 11px;
		border-top: 1px solid #FFFFFF;
	}
	
	div.menuActive {
		border: 1px solid #000000;
		border-bottom-color: #FFFFFF;
	}
	
	/********************************************/
	
	.popupMenu {
		position: absolute;
		z-index: 100;
		width: 172px;
		display: inline;
		float: left;
	}
	
	.popupMenu ul {
		list-style-type: none;
		width: 172px;
		margin-left: 0px;
	}
	
	.popupMenu ul li {
		width: 172px;
		text-align: left;
		background-color: #FFFFFF;
		border-bottom: 1px solid #000000;
	}
	
	.popupMenu ul li div a {
		font-size: 9px;
		font-weight: bold;
		padding-left: 17px;
		display: block;
		text-decoration: none;
	}
	
	.popupMenu ul li div {
		width: 172px;
		text-align: left;
		line-height: 31px;
		display: block;
	}
	
	div.hover a {
		text-decoration: underline;
	}
	
	div.hover a:hover {
		text-decoration: underline;
	}
	
	/********************************************/
	
	a.newsLink {
		color: #000000;
		font-weight: normal;
		text-decoration: underline;
		white-space: nowrap;
	}
	
	a.newsLink:hover {
		text-decoration: none;
	}
	
	.headLink {
		font-size: 14px;
		font-weight: bold;
		text-decoration: none;
	}
	
	.headLink:hover {
		text-decoration: underline;
	}
	
	/********************************************/
	
	div.sidemenu {
		width: 210px;
		margin: 79px 20px 0px 0px;
		float: left;
	}
	
	a.sidemenuLink {
		display: block;
		height: 35px;
		color: #000000;
		font-weight: bold;
		font-size: 12px;
		padding-right: 20px;
		line-height: 35px;
		text-decoration: none;
	}
	
	a.sidemenuLink:hover {
		text-decoration: underline;
	}
	
	.multiLine {
		line-height: 19px !important;
		padding: 8px 0px 8px 0px;
	}
	
	/********************************************/
	
	div.content {
		width: 472px;
		margin: 22px 20px 0px 0px;
		float: left;
	}
	
	div.crumbs {
		color: #000000;
		font-size: 9px;
		line-height: 13px;
		letter-spacing: 1px;
	}
	
	div.crumbs a {
		color: #7F7F7F;
		font-weight: normal;
		text-decoration: none;
		letter-spacing: 1px;
	}
	
	div.crumbs a:hover {
		text-decoration: underline;
	}
	
	div.crumbs span {
		color: #7F7F7F;
		margin: 0px 7px 0px 7px;
	}
	
	div.textBlockLeft {
		width: 152px;
		height: 168px;
		float: left;
		border-top: 1px solid #000000;
		border-bottom: 1px solid #000000;
		padding: 7px 0px 7px 0px;
	}
	
	div.textBlockBottom {
		width: 472px;
		height: 31px;
		border-bottom: 1px solid #CCCCCC;
	}
	
	a.sponsorImage {
		width: 220px;
		height: 90px;
		background-repeat: no-repeat;
		background-position: center left;
		display: block;
	}
	
	/********************************************/
	
	div.sideItems {
		width: 230px;
		float: left;
		margin-top: 60px;
	}
	
	/********************************************/
	
	div.winnerBlock {
		width: 472px;
		min-height: 96px;
		background-image: url('../images/layout/winner.gif');
		background-position: bottom right;
		background-repeat: no-repeat;
	}
	
	table.socialIcons
	{
		width: 230px;
	}
	
	table.socialIcons tr td
	{
		height: 22px;
		width: 115px;
		
		padding: 5px 0px;
	}
	
