/* 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: #d7233c;  text-decoration: underline; outline:none;}
a:hover {color: #d7233c; text-decoration: underline; }

h1,h2,h3,h4,p,li,td,th,textarea,input,div, select{
	font-family:Arial, Verdana, Helvetica, sans-serif;
	color:#464646;
}


h1	{ font-size:200%; color:#000;}
h2	{ font-size:150%; color:#000; font-weight:normal;}
h3	{ font-size:120%; color:#5180ea;}
h4	{ font-size:120%; color:#464646;}

h5	{ font-size:100%;}



