/* CSS Styles for Lipstick & Dipstick.  Copyright 2004. */


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:140%;
	color: #000000;
	background-color: #960F25;
}

a:link { color: #A84555; text-decoration: none; font-weight: bold;}
a:visited { color: #A84555; text-decoration: none; font-weight: bold; }
a:active { color: #000000; text-decoration: underline; font-weight: bold; }
a:hover { color: #000000; text-decoration: underline; font-weight: bold; }

.footer a:link { color: #CC9999; text-decoration: none; }
.footer a:visited { color: #CC9999; text-decoration: none; }
.footer a:active { color: #DFDFDF; text-decoration: underline; }
.footer a:hover { color: #DFDFDF; text-decoration: underline; }

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CC9999;
	}

.menu {
font-size:13px;
font-weight:bold;
text-align:center;
}
.menu a:link, .menu a:visited {
color:#000000; text-decoration:none; font-weight:bold;
padding:3px 12px;
}
.menu a:hover {
color:#960F25; text-decoration:none; font-weight:bold;
padding:3px 12px;
background:#CCCCCC
}

h1 {
padding: 0;
}
h2 {
font-size:15px;
padding: 25px 0 15px 0;
}

.copyCell {
	background-color: #A84555;
	border: 1px solid #000000;
	padding: 15px;
	}
	
.homeCopy {	
	padding: 15px 35px;
	color: #DFDFDF;
	text-align: justify;
	background-color: #960F25	
	}
	
.mainCopy {	
	padding: 20px;
	color: #000000;
	text-align: justify;
	background-color: #AAA8AC;
	border: 1px solid #000000;		
	}	
	
.subTitle {
	font-size: 13px;
	font-weight: bold;
	}
	
.formTable {
	background-color: #F1F1F1;
	border: 1px solid #000000;
	}		
	
.submitButton {
	border-style: outset 1px;
	background-color: #CCCCCC;
	padding: 3px;
	font-size: 11px;
	font-weight: bold;
	}
