/*#Global Resets#*/
/*#Global Resets/all html tags#*/
html, body, div, span, object, iframe, p, blockquote, pre,
a, abbr, acronym, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
strong, sub, sup, tt, var, dl, dt, dd, 
form, label, table, caption, tbody, tfoot, thead, tr, th, td 
{
	margin:0;padding:0;outline:0;font-size:100%;
}
img, abbr, acronym, fieldset 
{
	border:0;
}

/*ol, ul, li, 
ol,ul
{
	list-style:none;
}
*/

h1,h2,h3,h4,h5,div,p,hr/*,ul,li*/
{
	padding:0;
	margin:0;
}


.clear{
	clear:both;
	height:0px;
}

/*#Global Resets/H1#*/

h1{
    	/*font-family:Georgia, Verdana, Arial;*/
	font-family:Arial, Verdana, Georgia ;
	font-size:1.5em;
	font-weight:bold;
	color: #ee3425;
	clear:both;
	margin-bottom:10px;
	line-height:1.5em;
}


/*#Global Resets/H2#*/
h2{
	/*font-family:Georgia, Verdana, Arial;*/
	font-size:1.3em;	
/*	color: rgb(51, 51, 51);*/

	font-family:Arial, Verdana, Georgia ;
	font-size:1.2em;
/*	font-weight:bold;*/
	color: #090706;
	clear:both;
	margin-bottom:10px;
	line-height:1.2em;
color: #ee3425;
	clear:both;
}


/*#Global Resets/H3#*/
h3{
/*	font-family:Georgia, Verdana, Arial;*/
	font-family:Arial, Verdana, Georgia ;
	font-size:1.2em;	
	color: rgb(51, 51, 51);
	line-height:1.2em;

}
/*
h3.a, a.h3, h3 a,
{
	color: #ee3425;
	clear:both;
}
*/
p
{	
	/*
	line-height:1.4em;
	font-size:1.3em;
	*/
}


/*#Global Resets/Body#*/
body
{
/*	font-size:11pt;*/ /*requested 23/04/2010*/
	font-size:10pt; /*requested 28/04/2010*/
	font-family:Arial, Verdana, Georgia ;
}

/*#Global Resets/A#*/
a
{
	text-decoration:none;
}


a
{
	color:black;
	font-weight: bold;
}