/* CSS Document */
html {

}
body {
	margin:0px; padding:0px;
	background:#FFFFFF;
	cursor:default;
	font-family:Verdana;
	font-size:12px;
}
form {
	margin:0px; padding:0px;
}
input, select, textarea {
	border:1px solid #CCCCCC;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
}
h1, h2, h3, h4, h5, h6 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	color:#EC2F2B;
	margin:0px;
}
a { color:#EC2F2B; text-decoration:none; }
a:hover { text-decoration:underline; }
h1	{ font-size:36px; }
h2	{ font-size:30px; }
h3	{ font-size:24px; }
h4	{ font-size:20px; }
h5	{ font-size:16px; color:#333333; font-style:normal; }
h6	{ font-size:14px; color:#333333; font-style:normal; }
p  {
	margin:8px 0px 8px 0px;
}

blockquote {
	margin:5px 20px 5px 20px;
}
