/* CSS Document */
/****************************************
 
| Authors:	Nick Cobb 
| 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:#000;
	background:#fff;
}

#outline{font-size:1.2em;width:100%;min-height:100%;height:auto;}/* ie6 */


table, td, img, div {
	border-collapse: collapse;
}

p {
	margin:0 0 1em 0;
}

form {
	margin:0px;
	padding:0px;
}

input {font-family: Arial, Helvetica, sans-serif;}

/** global links **/
a{color:#00529b;text-decoration:underline;font-weight:bold;}
a:hover{color:#00529b;text-decoration:none;}

