/* raindogs generic styles */

/* basic elements */

body {
	padding: 5px;
	margin: 0;
	background: #fff;
	color: #000;
	}
	
p, h1, h2, h3, h4, h5, ul, ol, li, span, div {
	font-family: arial, verdana, sans-serif;
	font-weight: 100;
	}
	
input, select, option {
	font-family: tahoma, geneva, helvetica, sans-serif;
	font-size: 11px;
	}	
	
img {
	display: block;
	}	
	
a:link, a:visited {
	text-decoration: underline;
	color: #1E3B73;
	}
	
a:hover, a:active {
	text-decoration: none;
	color: #1E3B73;
	}
	
p, ul, ol, li {
	font-size: 12px;
	line-height: 15px;
	}
	
h1 {
	font-size: 18px;
	color: #264D9A;
	}
	
h2 {
	font-size: 15px;
	color: #264D9A;
	}