/*
set the default styles for tags, there should be no class or id referenced styles in here
*/

*
{
	padding: 0;
	margin: 0;
}

html{
	min-height:100%;
}

body
{
	font-family: Arial,Verdana, sans-serif;
	font-size: 62.5%;
	height:100%;
}

body.doublefade
{
	background-image: url(../images/pattern_lower.gif);
	background-repeat: repeat-x;
	background-position: left bottom;

}

h1
{
	font-size: 1.8em;
	color: #019a34;
	font-weight: bold;
	/*text-transform: uppercase;*/
	/*border-width: 1px 0 0 0;
	border-color: #CCC;
	border-style: solid;*/
	margin: 0;
	padding: 10px 0 6px 0;
}

h2{
	font-size: 1.4em;
	color: #019a34;
	font-weight: bold;
	/*text-transform: uppercase;*/
	padding:0 0 6px 0;
}


h3{
	font-size:1.2em;
	color:#019a34;
	padding:0 0 5px 0;
}

hr
{
	border-width: 1px 0 0 0;
	border-color: #CCC;
	border-style: solid;
	margin:0 0 16px 0;
	height:1px;
}

ul
{
	list-style-type: none;
}

li{
	font-size:1.1em;
}

p
{
	font-size: 1.1em;
	padding: 0 0 0.5em 0;
	line-height: 1.5em;
}

li p{
	font-size:1em;
}
a
{
	/*text-decoration: none;*/
	color: #666;
}

a:hover{
	color: #fe0103;
}

h1 a, h2 a, h3 a{
	text-decoration:none;
}

table{
	font-size:1em;
}

textarea{
	background-color:#fff;
}

em
{
	font-style: normal;
	font-weight: bold;
	color:#636363;
}

img{
	border:none;
}

th{
	font-weight:bold;
}
