/* Text */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote{margin:0;padding:0;}
img{border:0;}
/*fieldset, textarea {display: block;}*/
address,caption,cite,code,dfn,th,var{font-style:normal;font-weight:normal;}
h1,h2,h3,h4,h5,h6{font-weight:normal; line-height:normal;}
/*q:before,q:after{content:'';}
abbr,acronym {border:0;font-variant:normal;}
sup,sub {line-height:-1px;vertical-align: text-top;}
sub {vertical-align:text-bottom;}*/
input, textarea, select{font-family:inherit;font-size:inherit;font-weight:inherit;}
a {outline: 0;}
td p,td pre,td input,td textarea,td select,td td,td th,td blockquote,td li,td dl,ul ul,ol ol,dl dl, li li{font-size:1.00em;}
td,th,blockquote,li{font-size:1.17em;}
input,textarea,select{font-size:1.08em;}
p{
	color:#666666;
	line-height:160%;
	padding:0 0 30px 0;
	font-size:1.17em;
}
p.listHeading {
	padding:0;
}
p.newsPhoto{
	float:right;
	width:314px;
	padding:0 0 10px 15px;
	font-size:1.00em;
	font-style:italic;
	line-height:130%;
}
blockquote p, blockquote blockquote{
	font-size:1.00em;
	padding-left:30px;
}
/* span.abbr is used for IE6 */
abbr, acronym{
	border-bottom:1px dotted #666666;
	cursor:help;
}

/* Links */
a			{color:#085696; text-decoration:none;}
a:hover		{color:#99cc00; text-decoration:none;}
a img		{border:none;}

a.download_link{
	background:url(../images/icons/download.gif) top left no-repeat;
	padding:0 0 0 20px;
}

img.rightAlignedPhoto{
	float:right;
	/*width:314px;*/
	margin:0 0 10px 15px;
	padding:5px;
	border:2px solid #d7d7d7;
}
img.leftAlignedPhoto{
	float:left;
	/*width:314px;*/
	margin:0 15px 10px 0;
	padding:5px;
	border:2px solid #d7d7d7;
}
/* Headings */
h1{
	color:#085696;
   	font-size:2.92em;
	padding:0 0 15px 0;
}
h2{
   	color:#085696;
   	font-size:1.17em;
	font-weight:bold;
	padding:0 0 5px 0;
}
h3{
	font-size:1.42em;
	color:#085696;
	font-weight:bold;
	padding:0 0 5px 0;
}
h4{
	font-size:1.33em;
	color:#085696;
	font-weight:bold;
	padding:0 0 5px 0;
}
h5{
	font-size:1.25em;
	color:#085696;
	font-weight:bold;
	padding:0 0 5px 0;
}
h6{
	font-size:1.08em;
	color:#085696;
	font-weight:bold;
	padding:0 0 5px 0;
}


/* Lists */
ul{
	color:#666666;
	margin:10px 10px 30px 30px;
}
ul ul{
	margin:3px 0px 3px 10px;
}
ol ol{
	margin:3px 0px 3px 20px;
}
ul li{
	list-style:none;
	background:url(../images/bullets/bullet.gif) 5px 7px no-repeat;
	padding:2px 0 2px 15px;
}
ol li{
	padding:2px 0 2px 0px;
}
ol{
	color:#666666;
	margin:10px 10px 30px 50px;
}
dl {
	color:#666666;
	margin:10px 0 10px 0;
	padding:0;
}
dl dt {
	font-weight:bold;
	margin:2px 0 2px 0;
	padding:0;
}
dl dd {
	margin:0 0 0 30px;
	padding:0;
}


/* Table */
table{
	border-collapse:collapse;
	width:100%;
	color:#666666;
	border-bottom:1px solid #e6e6e6;
	padding:4px;
	background:#ffffff;
	margin-bottom:20px;
}
table caption{
	font-weight:bold;
	margin:0;
	padding:0 0 5px 0;
	text-align:left;
	color:#085696;
	font-size:1.17em;
}
thead	{
	border:1px solid #99cc00;
}
thead th{font-weight:bold;color:#ffffff; background:#99cc00; padding:5px; border:none;}
thead th p{color:#ffffff;}
tbody,
tfoot	{border-left:1px solid #e6e6e6; border-right:1px solid #e6e6e6;}
	
th		{font-weight:bold; text-align:left; border-bottom:1px solid #e6e6e6; background:#f7f7f7;padding:5px;}
td		{color:#666666; border-bottom:1px solid #e6e6e6; background:#f7f7f7; padding:5px;}
td p	{font-size:1.00em; padding:0; line-height:normal;}
th p	{font-size:1.00em; padding:0; line-height:normal;}
td h1	{font-size:1.64em;}
td h2	{font-size:1.00em;}
td h3	{font-size:1.14em;}
td h4	{font-size:1.07em;}
td h5	{font-size:0.93em;}
td h6	{font-size:0.93em;}


/* Forms */
form{margin:0; padding:0;}
input{
	color:#666666;
	border:1px solid #A4A7A8;
	background-color:#FFFFFF;
	padding:2px;
}
input.noborder{
	border:none;	
	background-color:transparent;
}
fieldset{border:none;}
textarea, select{
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	border:1px solid #A4A7A8;
	background:#FCFCFC;
	padding:2px;
}
label{
	color:#666666;
	font-size:1.08em;
}
legend{
	display:none;
}

/* Horizontal Rule */
hr	{height:1px; background:#666666; border:none; color:#666666;}


