@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}
body {
	background-color: #FFF;
	background-position: center top;
	background-image:url(../images/prelaunch/bg.gif);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.text_blue {
	color:#050898;
	font-size:14px;
}

.text_red {
	color:#a90f23;
	font-size:14px;
}

.text_gold {
	color:#6c5413;
	font-size:12px;
}

.text_form {
	color:#666;
}

.text_form_error {
	color:#F00;
	display:none;
}

a:link {color:#a90f23}      
a:visited {color:#a90f23}  
a:hover {color:#a90f23}  
a:active {color:#a90f23}  

/* Form */
.form {
background-image:url(../images/prelaunch/betty_06.jpg);
background-repeat:no-repeat;
width:auto;
}






