body,td,th,p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height:18px;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a {
	font-size: 12px;
	color: #536A90;
	font-weight: bold;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #536A90;
}
a:hover {
	text-decoration: none;
	color: #333333;
	background-color:#eeeeee;
}
a:active {
	text-decoration: none;
	color: #536A90;
}
.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.smalltext a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.smalltext a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.unnamed1 {
	list-style-position: outside;
	list-style-image: url(/images/bullet.gif);
	list-style-type: none;
}
.mediumtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.boldtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

.titletext {
	color: #003366;
	font-size: 17px;	
	font-weight: bold;
}

h1 {
	color: #003366;
	font-size: 16px;	
	font-weight: bold;
}

/* used in Privacy Policy */
.subtitletext {
	color: #003366;
	font-size: 12px;
	font-weight: bold;
}

/* used on contest form error messages */
.message {
	color: #000099;
	font-size: 16px;
	font-weight: bold;
}

.listtable td {
	font-size: 11px;
}

/* NEWSLETTER */


#newsletter form input {

	margin:0 0 1em 0em;
	padding:3px 6px;
	font-size:100%;
	border-color:#777777 #CCCCCC #CCCCCC #777777;
	border-style:solid;
	border-width:1px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;  }
	

#newsletter form input:focus {

	background-color:#FFC; }	
	

#newsletter form input#submit {

	margin:0 0 0 6em;
	padding:5px 12px;
	background-color:#345B60;
	color:#FFF;
	border-color:#CCCCCC #777777 #777777 #CCCCCC; }
	

#newsletter form input#submit:focus,
#newsletter form input#submit:hover {

	background-color:#6F3B26;
 }	

img.double-border {
	border: 2px solid #ddd;
	padding: 2px; /*Inner border size*/
	background: #fff; /*Inner border color*/
}

#enews form {
	font:13px Georgia, "Times New Roman", Times, serif;
	background:#eee;
	border:thin; border-color:#666666;
	padding:10px 10px;
	width:380px;
}
#enews form ol {
	list-style:none;
	margin:0;
	padding:0;
}
#enews form li {
	padding:6px;
	background:#e1e1e1;
	margin-bottom:1px;
}
#enews form li#send {
	background:none;
	margin-top:6px;
}
#enews form label {
	float:left;
	width:70px;
	text-align:left;
	margin-right:7px;
	color:#0066CC;
	line-height:23px; /* This will make the labels vertically centered with the inputs */
}
#enews form input,  #enews form textarea {
	padding:4px;
	font:13px Georgia, "Times New Roman", Times, serif;
	border:1px solid #999999;
	width:200px;
}
#enews form input:focus,  #enews form textarea:focus {
	border:1px solid #666;
	background:#e3f1f1;
}
#enews form li#send button {
	background:#003366 url(../images/css-form-send.gif) no-repeat 8px 50%;
	border:none;
	padding:4px 8px 4px 28px;
	border-radius:15%; /* Don't expect this to work on IE6 or 7 */
	-moz-border-radius:15%;
	-webkit-border-radius:15%;
	color:#fff;
	margin-left:185px; /* Total width of the labels + their right margin */
	cursor:pointer;
}
#enews form li#send button:hover {
	background-color:#006633;
}

.button {
	display:block;
	width:125px;
	height:25px;
	text-indent:-9999px;
}
.button a {
	display:block;
	width:100%;
	height:100%;
	background:url(../images/sign-button2.png) no-repeat top left;
	outline:none;
}
.button a:hover {
	background-position:0 -25px;
}
