/* CSS Document */
/****************************************
 
| Authors:	Gary Carr, David Potter 
| Copyright 2009 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: Arial, Helvetica, sans-serif;
	font-size:62.5%; /*10pt*/
	line-height:1.6em;
	margin:0px;
	padding:0px;
	color:#333333;
	background:#f5f5f5;
}

#outline{font-size:1.1em;width:100%;min-height:100%;height:auto;}/* ie6 */

p {
	margin:1em 0 1em 0;
}

form {
	margin:0px;
	padding:0px;
}

/** global links **/ 
a {color:#6699CC; text-decoration: none;}
a:hover {color:#09f; text-decoration: underline;}
input{font-family:Arial, Helvetica, sans-serif}


