body {
	margin: 0px;
	background-image:url(../images/BG.jpg);
	background-color:#6CCEF5;
	background-position:top;
	background-repeat:no-repeat
}
.text
{font-family:Tahoma;
color:#3f3f3f;
font-size:14px;
text-align:justify;
padding-right: 5px;
padding-left: 5px;
padding-bottom:15px
}
.text #main
{
/*the old blue    color:#00aeef;*/
    color:#BDD038;
	font-size:18px;
	text-transform: uppercase;
	padding-top:30px;
	padding-bottom: 0px;
}
.text #sub
{
color:#636363;
font-size:16px;
text-transform: uppercase;
padding-bottom: 10px;
}
.text #red
{
color:#FF0000;
	padding-top: 15px;
	padding-bottom: 15px;
}
.text #red2
{
color:#FF0000;
	}
	.text #light_blue
{    color:#00aeef;
	}
.text #small
{text-align:left;
     color:#00aeef;
	font-size:14px;
	text-transform: uppercase;
	padding-top:10px;
	padding-bottom: 5px;
}
 .text label
{
	font-style:italic;
	text-transform: capitalize;
}
.text #done 
{FONT-SIZE: 15px;
color:#01AEF0;
text-align:center;
padding-top:20px;
}
.text A
{
	color: #0064FF;
	text-decoration: underline;
}
.text A:visited
{
	color: #0064FF;
	text-decoration: underline;
}
.text A:hover
{
	color: #0064FF;
	text-decoration: none;
}

/*==================          FORMS       ===================*/
.text input[type="text"]
{	font-family:Tahoma;
COLOR: darkblue;
	FONT-SIZE: 12px;
	FONT-WEIGHT: normal;
	border: 1px solid #00aeef;
	height: 14px;
	background-color: #FFFFFF;
	padding-left:3px;
	margin-bottom:5px;
	width:250px;
	}
.text INPUT[type="text"]:focus {border: 1px solid #999999;}
.text input[type="radio"]
{
color:#CC0033
background-color: #00CCCC;
}

.text textarea
{font-family:Tahoma;
	COLOR: darkblue;
	FONT-SIZE: 12px;
	FONT-WEIGHT: normal;
border: 1px solid #00aeef;
	padding-top:4px;
padding-left:4px;
padding-right:4px;
padding-bottom:4px;
margin-top:5px;
}
.text textarea:focus{border: 1px solid #999999;}
/*===============================*/
.text input[type="submit"]
{
	COLOR: #FFFFFF;
	background:#00aeef;
	FONT-SIZE: 10px;
	FONT-WEIGHT: bold;
	border: 1px #0099FF;
	width:60px;
	height: 17px;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-left: 50%;
}
.text input[type="submit"]:hover
{	background:#0099FF;
	border: 1px  #00aeef;
	height: 17px;
	width:60px;
	cursor: hand;
}
/*=======================================================*/
.copyright
{
font-size: 10px;
color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
text-transform: capitalize;
}
.copyright A:link
{
font-size: 10px;
color: #00008B;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
text-transform: capitalize;
}
.copyright A:visited
{
font-size: 10px;
color: #00008B;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
text-transform: capitalize;
}
.copyright A:hover
{
font-size: 10px;
color: #FF3300;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	text-transform: capitalize;
}

