/* CSS Document */
/****************************************
 
| Author:	 
| Copyright 2011 Lightmaker.com

 /*nested font size calculation: child pt / parent pt = child ems */
 /* ie6 */ /* atribute also set in ie6.css
****************************************/

html{
	height:100%;
}

body {
	height:100%;
	font-family: Verdana, Helvetica, sans-serif;
	font-size:62.5%; /*10pt*/
	margin:0px;
	padding:0px;
	color:#333333;
	background:#fff;
}

#outline{font-size:1.2em;width:100%;}/* ie6 */
#footer{font-size:1.2em;width:100%;}/* ie6 */

p {
	margin:0 0 1em 0;
	line-height:1.8em;
}

form {
	margin:0px;
	padding:0px;
}

/** global links **/
a{color:#1d3787;text-decoration:none;}
a:hover{text-decoration:underline;}
