	body, td {
		font-family: geneva,verdana,helvetica,arial,sans-serif;
		font-size: 9px;
		line-height: 16px;
		color: #EAEAEA;
		margin: 0px;
	}

	a:link, a:active, a:visited {
		color: #f20156;
		font-weight: normal;
		text-decoration: none;
		text-transform : uppercase;
	}

	a:hover {
		color: #000000;
		font-weight: normal;
		text-decoration: none;
		text-transform : uppercase;
	}

	.gray:link, .gray:active, .gray:visited {
		color: #073533;
		font-weight: normal;
		text-decoration: none;
		text-transform : uppercase;
	}

	.gray:hover {
		color: #A3A3A3;
		font-weight: normal;
		text-decoration: none;
		text-transform : uppercase;
	}
	
	input {
		font-weight: normal;
		font-family: verdana,helvetica,arial,sans-serif;
		font-size: 9px;
		border: 0px solid #161616;
		font-style: normal;
		color: #333333;
		background-color: #B7B4B4;
		width: 110px;
	}

	textarea {
		font-weight: normal;
		font-family: verdana,helvetica,arial,sans-serif;
		font-size: 9px;
		color: #333333;
		border: 1px solid #000000;
		font-style: normal;
		color: #000000;
		background-color: #FFFFFF;
	}

	select {
		font-weight: normal;
		font-family: verdana,helvetica,arial,sans-serif;
		font-size: 9px;
		color: #333333;
		background-color: #B7B4B4;
		width: 80px;
	}

	select.wide {
		font-weight: normal;
		font-family: verdana,helvetica,arial,sans-serif;
		font-size: 9px;
		color: #333333;
		background-color: #B7B4B4;
		width: 180px;
	}
	
	div.container {
		position: absolute;
		top: 10px;
		left: 10px;
		width: 852px;
		height: 637px;
		background-color: #565656;
		border-bottom: 10px #000000 solid;
	}
	
	div.content {
		position: absolute;
		top: 4px;
		left: 4px;
		width: 844px;
		height: 627px;
		background-color: #161616;
	}
	
	div.box1 {
		position: absolute;
		top: 10px;
		left: 15px;
		width: 570px;
		height: 77px;
	}
	
	div.box2 {
		position: absolute;
		top: 10px;
		left: 650px;
	}
	
	div.box3 {
		position: absolute;
		top: 5px;
		left: 765px;
	}
	
	div.box4 {
		position: absolute;
		top: 26px;
		left: 647px;
	}
	
	div.footer {
		position: absolute;
		top: 0px;
		left: 15px;
	}

	div.middle {
		position: absolute;
		top: 11px;
		left: 16px;
		width: 268px;
	}

	div.left {
	position: absolute;
	top: 10px;
	left: 30px;
	width: 271px;
	height: 441;
	}
	
	img.border {
		border: thick solid #FFFFFF;  
	}
	
	.thm{
		border: thick solid #FFFFFF;  
      }

	.thm:hover{
		border: thick solid #b9b9b9;  
      }
	    
	.hover{
		border-color: #323232;
		border-width: 2px;
		padding: 2px;
      }

	.hover:hover{
		border-color: #A3A3A3;
		border-width: 2px;
		padding: 2px;
      }
	  
	.inlineDots {
		background: url(../images/inline_dots.gif);
		background-repeat: repeat-x;
		width: 100%;
		height: 1px;
		font-size: 1px;
	}

	
