/* CSS Document */
body{
	font-size: 75%; /* For IE */
}

html>body {
	font-size: 12px; /* IE cant read this */
}

/*
11px = 67%
12px = 75%
13px =82%
*/
/**>html div.classname {}*//* IE/MAC only \*/ 


a 		{color: #006094;  text-decoration: underline;}
a:hover {color: #006094; text-decoration: underline; }

h1,h2,h3,h4,p,li,td,th,textarea,input,div, select{
	font-family:Arial, Verdana, Helvetica, sans-serif;
	color:#000;

}


h1	{ font-size:200%; color:#006094;}
h2	{ font-size:200%; color:#006094;}
h3	{ font-size:120%; color:#000;}
h4	{ font-size:100%; color:#000;}

