/* CSS Document */
/****************************************
 
| Authors:	Gary Carr
| Copyright 2008 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*/
	margin:0px;
	padding:0px;
	color:#666666;
	background:#e7e7e7;
}

#outline{font-size:1.1em;width:100%;min-height:100%;height:auto;}/* ie6 */


table, td, img, div {
	border-collapse: collapse;
}


p {
	margin-top:1em;
}

hr {
	background-color:#CCCCCC; 
    color:#CCCCCC; 
    margin:0; 
    padding:0; 
    height:1px;
    border:none;}

form {
	margin:0px;
	padding:0px;
}

/** global links **/
a{color:#666666;}
a:link{ text-decoration:underline;}
a:hover{ text-decoration:none;}


#alerttext{color:#CC0033; font-weight:bold;}
