/* Default styles */

body{
	margin: 0 0 0 0;
}

h1, h2, h3, h4, h5, h6, p, li, ol, body{	
	font-family: 	 Arial, Verdana, Helvetica, sans-serif;
	font-size: 		12px;
	color: 			#006699;
}
h1 {
	font-size: 18px
}
h2 {
	font-size: 16px
}
h3 {
	font-size: 14px
}
h4 {
	font-size: 12px
}
h5 {
	font-size: 12px
}
h6 {
	font-size: 12px
}
li {
	padding: 3px 0px;
}
a		{	font-family: 		Arial, Verdana, Helvetica, sans-serif;
			font-size: 		12px;
			color: 			#0082CC;
			text-decoration:	underline
		}
a:hover		{	color: 			#004E7A;
			text-decoration:	none
		}
		
img{
	border: 0px;
}
hr {
	color: #006699;
	height: 1px;
}
a.toplink	{
			font-size: 		11px;
		}


/* Article submission styles */
input, select,  button {	font-family: 		Arial, Verdana, Helvetica, sans-serif;
									background-color : #EEEEEE;
									height:  20px;
									
									font-size: 11px;
									color:	#004E7A;
									border : 1px solid #666666
}
textarea
{	font-family: 		Arial, Verdana, Helvetica, sans-serif;
									background-color : #EEEEEE;
									height:  80px;
									width: 200px;
									font-size: 11px;
									color:	#004E7A;
									border : 1px solid #666666
}
.width200{ width: 200; }
