/* 
    Document   : defaults.css
    Created on : Jan 23, 2010, 3:06:08 PM
    Author     : jdm
    Description:
        Purpose of the stylesheet follows.
*/

h1 {
	color:#005544;
	font-size: 40px;
}
h2 {
	color:#800000;
	margin: 20px 0 7px 0;
}
h3 {}
h4 {}

p {}

a {color:#800; text-decoration: none;}
a:hover {text-decoration: none;}
a:visited {}
a img {border: none;}

.clear {
	clear:both;
}

input.text {
	border:1px solid #ccc;
	padding:1px;
	color:#999;
}
textarea {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	border:1px solid #ccc;
	padding:1px;
	color:#999;
}