/* 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: Arial, Helvetica, sans-serif;
	font-size:62.5%; /*10pt*/
	margin:0px;
	padding:0px;
	color:#000;
	background:#D72F83;
}

#outline{font-size:1.3em;line-height:1.231em;width:100%;}/* ie6 */



p {
	margin:0 0 1em 0;
}

form {
	margin:0px;
	padding:0px;
}

/** global links **/
a{}
a:hover{}

