/* 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: #0761ad;  text-decoration: underline;}
a:hover {color: #0761ad; 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:140%; color:#0c4da2;}
h2	{ font-size:140%; color:#0c4da2;}
h3	{ font-size:120%; color:#000;}
h4	{ font-size:120%; color:#000;}

h5	{ font-size:100%;}


