	/* layout  */

	/* Fix a bug in Mozilla */

html { 
	min-width: 750px;
	 }

	/* Helpers and base rules */

img	{
	border: 0;
	}

a:link, a:visited {
	font-weight : normal; 
	text-decoration : underline;
	color: #000000;
	background: transparent; 
	}

a:hover {
	font-weight : normal; 
	text-decoration : underline;
	color: #660033;
	background: transparent; 
	}

a:active {
	font-weight : normal; 
	text-decoration : underline;
	color: #000000;
	background: transparent;  
	}
	

.style1 {font-weight:bold; padding-left:5px; color: #7a012a;}
.style2 {padding-left:5px; color: #7a012a;}

	
	
	/* Link Over-rides	*/


.sublink {
	font-size: 14px;
	}

.smalltext {
	font-size: 10px;
	}


	/* Primary layout divisions */

body	{	
	margin-top: 10;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	border: 0;
	color: #333366;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	}
	
td	{
	font-size:11px; font-weight: normal;
	}

	/* Typography 	*/
	
h1	{
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 0 5px;
	}

h2	{
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 0 5px;
	}

h3	{
	font-size: 15px;
	font-weight: bold;
	font-style: italic;
	margin: 0 0 0 5px;
	}

p	{
	margin: 10px 5px 0 5px;
	line-height: 140%;
	}
	

	
	/* Form Field Settings 	*/
	
.formPadLeft {  font: 11px Verdana, Arial, Helvetica, sans-serif; padding-left:10px;}
.formContent {  font: 11px Verdana, Arial, Helvetica, sans-serif; padding-left:10px;}
.formPadLeftSmall {  font: 10px Verdana, Arial, Helvetica, sans-serif; padding-left:10px;}

.required {	font-size:12px;	color:#990000;	font-weight:bold;	padding-left:5px;}
.requiredText {	font-size:11px;	color:#FF0000;	}