p {
	font-family: Arial;
	color: #333333;
	font-size: 13px;
}
li {
	font-family: Arial;
	color: #333333;
	font-size: 13px;

}

td {
	font-family: Arial;
	color: #333333;
	font-size: 13px;
}

.formstyle {
	font-family: Arial;
	color: #333333;
	font-size: 10px;
	font-weight: 600;
	background-color=#eeeeee;
}

tr.greybgd {
	background-color=#eeeeee;
}

.label {
	font-family: Arial;
	padding: 0px 5px 0px 15px; /*top right bottom left*/
	color: #A63E3F;
	font-size: 10px;
	font-weight: 600;
    text-align: right;
}
tr.hdr {
	font-family: Arial;
	color: #121541;
	font-size: 13px;
    background-color=#cccccc;
    text-align=center;
	font-weight: bold;
}
p.copy {
	font-family: Arial;
	color: #666666;		
	font-size: 10px;
	TEXT-ALIGN: center;
}

h3 {

	font-family: Arial;
	padding: 0px 20px 0px 4px; /*top right bottom left*/
	font-size: 14px;
	font-weight: 600;
	color: #A63E3F;
        font-style: italic;
        border-bottom: 1px dashed #A63E3F;
}

h4 {
	font-family: Arial;
	padding: 0px 20px 0px 0px; /*top right bottom left*/
	font-size: 16px;
	font-weight: 600;
	color: #A63E3F;
        font-style: italic;
        border-bottom: 2px dashed #A63E3F;
}

h5 {

	font-family: Arial;
	padding: 15px 0px 0px 0px; /*top right bottom left*/
	font-size: 36px;
	font-weight: 1200;
        font-style: italic;
	color: #A63E3F;
        border-bottom: 3px solid #333333;
}


/*************************  ID's *************************/
body {
	text-align: center;
	min-width: 700px;
        background-color:#666666;	
}

#wrapper {
	margin:0 auto;
	width:700px;
	text-align: left;
}

#wrapper2 {
	margin:0 auto;
	width:850px;
	text-align: left;
}


/*************************  Links *************************/
a.menu:hover {
	background-color:#FFFF00;
}  

a:link {
	font-family: Arial;
	min-width: 100px;
	color: #8B1F39;
	text-decoration: underline;
	font-size: 13px;
	
	padding: 2px 2px 2px 2px; /*top right bottom left*/
}

a:visited { 
	font-family: Arial;
	min-width: 100px;
	color: #8B1F39;
	text-decoration: underline;
	font-size: 13px;
	
	padding: 2px 2px 2px 2px; /*top right bottom left*/
}

a:hover {
	font-family: Arial;
	min-width: 100px;
	color: #8B1F39;
	text-decoration: underline;
	font-size: 13px;
	
	padding: 2px 2px 2px 2px; /*top right bottom left*/
	background-color:#FFFFcc;
}  

a:active { 
	font-family: Arial;
	min-width: 100px;
	color: #FFFFF;
	text-decoration: underline;
	font-size: 13px;
	background-color:#8B1F39;
	padding: 2px 2px 2px 2px; /*top right bottom left*/
} 

a.copy:link {
	font-family: Arial;
	color: #666666;		
	font-size: 10px;
	}

a.copy:visited { 
	font-family: Arial;
	color: #666666;		
	font-size: 10px;
	}

a.copy:hover {
	font-family: Arial;
	color: #666666;		
	font-size: 10px;
	
	background-color:#FFFFBB;
}  

a.copy:active { 
	font-family: Arial;
	color: #666666;		
	font-size: 10px;
	} 
	
a.menu:link {
	font-family: Arial;
	color: #FF0000;		
	font-size: 14px;
	text-decoration: none;
	background-color:#aaaaaa;
	font-weight: bold;
	}

a.menu:visited { 
	font-family: Arial;
	color: #FF0000;		
	font-size: 14px;
	text-decoration: none;
	background-color:#aaaaaa;
	font-weight: bold;
	}

a.menu:hover {
	font-family: Arial;
	color: #cccccc;		
	font-size: 14px;
	font-weight: bold;
	background-color:#FF0000;
	text-decoration: none;
	font-weight: bold;
}  

a.menu:active { 
	font-family: Arial;
	color: #FF0000;		
	font-size: 14px;
	line-height: 110%
	text-decoration: none;
	background-color:#aaaaaa;
	font-weight: bold;
	} 