/* CSS Document */
/****************************************
 
| Authors:	Andy Hill
| Copyright 2009 Lightmaker.com

 /*nested font size calculation: child pt / parent pt = child ems */
 /* ie6 */ /* atribute also set in ie6.css
****************************************/

html{
	height:100%;
	margin:0 0 0 -1px;
	overflow-Y: scroll;
}

body {
	height:100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size:62.5%; /*10pt*/
	margin:0px;
	padding:0px;
	color:#fff;
	background:#d72f83;
}

#outline{font-size:1.2em;width:100%;height:100%;}/* ie6 */

p {
	margin:0 0 1em 0;
}

form {
	margin:0px;
	padding:0px;
}

/** global links **/
a{color:#fff;font-weight:bold;text-decoration:none;}
a:hover{color:#fff;font-weight:bold;text-decoration:none;}
