body,td,th {
	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;
	

}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 18px;
}

a {
	font-size: 12px;
	color: #536A90;
}
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;
}
.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;
}
.style1 {
	font-size: 14px;
	font-weight: bold;
	color: #003366;
}

h1 {
	font-size: 14px;
	font-weight: bold;
	color: #003366;
}

h2 {
	font-size: 13px;
	font-weight: bold;
	color: #003366;
}

.thumbnail{
	padding: 3px 3px 3px 3px;
	background-color: #eee;
	border: 1px solid #2a2a2a;
	margin-right: 10px;
	margin-bottom: 10px;
	}	
	
p.break {
	background: url(../images/break.gif) repeat-x 0px 6px;
	height:10px;
}

/* NEWSLETTER */

#enews form {
	font:13px Georgia, "Times New Roman", Times, serif;
	background:#eee;
	border:thin; border-color:#666666;
	padding:20px 20px;
	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;
}

/* ----------- stylized ----------- */

.myform{
	margin:0 auto;
	width:380px;
	padding:14px;
}


	#signup{
		border:solid 2px #b7ddf2;
		background:#ebf4fb;
	}
	#signup h1 {
		font-size:14px;
		font-weight:bold;
		margin-bottom:8px;
	}
	#signup p{
		font-size:11px;
		color:#666666;
		margin-bottom:20px;
		border-bottom:solid 1px #b7ddf2;
		padding-bottom:10px;
	}
	#signup label{
		display:block;
		font-weight:bold;
		text-align:right;
		width:140px;
		float:left;
		padding:5px 2px;
	}
	#signup .small{
		color:#666666;
		display:block;
		font-size:11px;
		font-weight:normal;
		text-align:right;
		width:140px;
	}
	#signup input{
		float:left;
		font-size:12px;
		padding:5px 2px;
		border:solid 1px #aacfe4;
		width:200px;
		margin:2px 0 20px 10px;
	}
	#signup button{ 
		clear:both;
		margin-left:150px;
		width:125px;
		height:31px;
		background:#666666 url(../images/button.png) no-repeat;
		text-align:center;
		line-height:25px;
		color:#FFFFFF;
		font-size:14px;
		font-weight:bold;
		border:none;
	}