body {
	background-color: #6c6c6c;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed; 
	background-position: top center;
	margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
}

.text{
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	color: #303030;
	text-decoration:none;
}


.text a:link, .text a:visited, .text a:active{
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	color: #303030;
	text-decoration: underline;
}

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

.textred{
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	color: #145592;
	text-decoration:none;
}


.textred a:link, .textred a:visited, .textred a:active{
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	color: #145592;
	text-decoration: underline;
}

.textred a:hover {
	color: #303030;
	text-decoration: underline;
}

.dark{
	font-family: Tahoma, sans-serif;
	font-size: 14px;
	color: #145592;
	line-height:19px;
	text-decoration:none;
}


.dark a:link, .dark a:visited, .dark a:active{
	font-family: Tahoma, sans-serif;
	font-size: 14px;
	color: #145592;
	line-height:19px;
	text-decoration: underline;
}

.dark a:hover {
	color: #303030;
	text-decoration: underline;
}

.red{
	font-family: Tahoma, sans-serif;
	font-size: 22px;
	color: #2a2a2a;
	text-decoration:none;
}


.red a:link, .red a:visited, .red a:active{
	font-family: Tahoma, sans-serif;
	font-size: 22px;
	color: #2a2a2a;
	text-decoration: underline;
}

.red a:hover {
	color: #2a2a2a;
	text-decoration: underline;
}

.gray{
	font-family: Tahoma, sans-serif;
	font-size: 20px;
	color: #c5c5c5;
	text-decoration:none;
}


.gray a:link, .gray a:visited, .gray a:active{
	font-family: Tahoma, sans-serif;
	font-size: 20px;
	color: #c5c5c5;
	text-decoration: underline;
}

.gray a:hover {
	color: #c5c5c5;
	text-decoration: underline;
}

.light{
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	color: #727272;
	text-decoration:none;
	text-transform: uppercase;
}


.light a:link, .light a:visited, .light a:active{
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	color: #9e9e9e;
	text-decoration: none;
	text-transform: uppercase;
}

.light a:hover {
	color: #f1da58;
	text-decoration: underline;
	text-transform: uppercase;
}

/*Begin Forms*/
.border {
    border-style:solid;
    border-width:1px;
    border-color:#1e1e1e;
	color:#1e1e1e;
	background-color:#dcdcdc;
	font-family:Tahoma, Helvetica, sans-serif;
    font-size:13px;
	height:20px;
	width:380px;
	}
	
input.border:focus	{
	background: #fff;
	border: 1px solid #1e1e1e;
}

textarea.borders:focus	{
	background: #fff;
	border: 0px solid #1e1e1e;
}

.borders {
    border-style:solid;
    border-width:1px;
    border-color:#1e1e1e;
	color:#1e1e1e;
	background-color:#dcdcdc;
	font-family:Tahoma, Helvetica, sans-serif;
    font-size:13px;
	height:130px;
	width:380px;
	}

