/* 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: #20a0e2;  text-decoration: underline;}
a:hover {color: #20a0e2; text-decoration: none; }

h1,h2,h3,h4,p,li,td,th,textarea,input,div, select{
	font-family:Arial, Helvetica, sans-serif;
	color:#7f7f7f;
}

h1	{ font-size:140%; color:#20a0e2;}
h2	{ font-size:140%; color:#20a0e2;}
h3	{ font-size:120%; color:#20a0e2;}
h4	{ font-size:120%; color:#20a0e2;}

h5	{ font-size:100%;}



