/* CSS Document */

body {font-family: Georgia, "Times New Roman", Times, serif; background-color: #000000; text-align: center; margin-top:0px; margin-left:0px; margin-right:0px; margin-bottom:0px; padding:0px;}

#textframe {font-family: Georgia, "Times New Roman", Times, serif; background-color: #000000; text-align: left; margin-top:0px; margin-left:20px; margin-right:20px; margin-bottom:0px; padding:0px;}

a:link {color: #FFFFFF; text-decoration: underline;}
a:visited {color: #FFFFFF; text-decoration: underline;}
a:hover {text-decoration: underline;}
a:active {text-decoration: underline; color: #FFFFFF;}

#main {font-family: Georgia, "Times New Roman", Times, serif; font-size: 12px; color: #FFFFFF; text-align: left; line-height:20px; vertical-align: text-top; margin-top:0;}

#bold {font-family: verdana, arial, sans-serif; font-size: 10px; color: #FFFFFF; text-align: left; font-weight:bold; line-height:10px; vertical-align: text-top; margin-top:0;}

#legal p, #legal {font-family: Georgia, "Times New Roman", Times, serif; font-size: 10px; color: #FFFFFF; text-align: right;}

.address {color: #FFFFFF; text-decoration: underline;}

form#subscribe, form#subscribe p, form#subscribe input {
	font-family:'Georgia',serif;
	font-size:12px;
	}
form#subscribe input[type="text"] {
	padding:5px;
	color: #333;
	width: 150px;
	border: 1px solid #FFF;
	}
form#subscribe input[type="submit"] {
	/*background: none;
	color:#FFF;
	border: 1px solid #FFF;*/
	width: 50px;
	padding: 4px;
	cursor: pointer;
	}