﻿/* GLOBAL BROWSER RESETS */
*
{
	margin: 0px;
	padding: 0px;	
}
body
{
	color: #000000;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 12px;	
}

h1, h2, h3, h4, h5, h6
{
	font-family: Arial, Verdana, Sans-Serif;	
}
h1
{
	color:#666666;
	font-size:18px;
	margin-bottom:10px;
	font-style:normal;
	font-weight:normal;
}


h2
{	
	font-size:16px;
}
h3
{
	font-size:12px;
	margin-bottom:2px;
}
p
{
	padding: 0 0 13px;
	line-height:18px;
}
img
{
	border: 0px;
}
a
{
	color:#CD100C;
	outline:none;
	text-decoration: none;
}
a:hover
{
	text-decoration: none;
	color: #64821C;
}

fieldset
{
	border: none;
}
label
{
	font-size: 12px;
}
ul
{
	margin-bottom:10px;
}
ol
{
	padding-bottom:13px;
	padding-left:30px;
	margin:0;
}
li
{
	line-height:20px;
}
ol li
{
	padding-bottom:7px;
}
ul li
{
	margin-left:20px;
}
table, tr, td
{
	color: #000000;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 12px;
	line-height:20px;
}
table
{
	margin-bottom:13px;
}
table td p
{
	padding:0;
}
.ingress
{
	font-weight:bold;
	color:#666666;
}
