/* TAGS */

body {
	color:#333333;
	font-family:Georgia, "Times New Roman", Times, serif;	
	margin:0px;
	padding:0px;
}

table {
	width: 100%;
	height: 100%;
}

td {
	vertical-align: middle;
}


img {
	border:none;
}


/* DIVs */

#container {
	margin-right:0px auto;
	text-align:center;
	width:620px;
}

#column01 {
	float:left;
	font-size:11px;
	width:295px;
	text-align:right;
}

#column02 {
	float:left;
	width:20px;
	text-align:center;
}

#column03 {
	float:left;
	width:300px;
	text-align:left;
}

#BTNenter {
	background-image:url(../img/splash/separator.gif);
	background-position:center;
	background-repeat:no-repeat;
	width:600px;
	height:38px;
}

#submitBTN {
	clear:both;
}

/*CONTROL STYLES */

.input {
	border: 1px solid #DDDDDD;
	background: #F2F2F2;
	font: 12px "Arial", Verdana, Arial, sans-serif;
	margin-top:5px;
	color: #443;
	outline: none;
}

.input:focus {
	border: 1px solid #006699;
	color: #006699;
}

.input:hover {
	border: 1px solid #006699;
}

/*TEXT STYLES */

.text {
	color:#333333;
	font-size: 11px;
}

.textBlue {
	color:#5992D1;
	font-size: 11px;
}

.textRed {
	color:#CC0000;
}


a, a:visited {
	border-bottom:1px solid #333333;
	color:#333333;
	text-decoration:none;	
}


a:hover, visited:hover {
	border-bottom:1px solid #5992D1;
    color:#5992D1;
	text-decoration:none;
}



#column01 a, a:visited {
	border-bottom:0px;
	color:#666666;
	text-decoration:none;	
}

#column01 a:hover, visited:hover {
	border-bottom:0px;
	color:#666666;
	text-decoration:none;	
}
