/* body styles */
body { background-image: url('../images/bg.gif'); background-repeat: repeat-x; background: #333300;
	margin: 0px; }

/* table styles */

.main {
	background: #FFFFFF;
	
}

.stripes { background-image: url('../images/bg_stripes.gif'); background-repeat: repeat-x; }

.header { font-family: Verdana, Arial, sans-serif;
	/*background: #00477B;*/
	font-weight: bold;
	font-size: 12pt;
	color: #FFFFFF;
	}

/* form styles */

.form { font-family: Verdana, Arial, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #000;
	}

.box { border-width: 1px;
	border-style: solid;
	border-color: #7C2230;
	}
	
.button { background: #00477B;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
	}
	
/* text styles */

td { font-family: Arial, Verdana, sans-serif;
		font-size: 10pt;
	}
	
.category a { font-family: Arial, Verdana, sans-serif;
	font-size: 10pt;
	padding: 2px;
	font-weight: bold;
	color: #D30505;
	text-decoration: underline;
	}
	
.category a:hover { text-decoration: none; }

.copy { font-family: Arial, Verdana, sans-serif;
	font-weight: bold;
	font-size: 10pt;
	color: #00477B;
	}

.general { font-family: Verdana, Arial, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
	}
	
.general a { font-family: Verdana, Arial, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #7B1E00;
	text-decoration: underline;
	}
.general a:hover { text-decoration: none; }

h3 { font-family: Verdana, Arial, sans-serif; }

/* Error Messages */

.error { font-family: Verdana, Arial, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #7B1E00;
	}

.errorHeader { font-family: Verdana, Arial, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #7B1E00;
	}
	
.errorBox { border-width: 1px;
	border-style: solid;
	border-color: #7B1E00;
	background-color: #DBDBDB;
	}
	
Td.redLgfont {font-family: 'Verdana', 'Helvetica', 'Sans-Serif';
	font-weight: bold;
	font-size: 10pt;
	color: White;
	text-decoration: none;
	background: #7C2230;
	 } 
	 
Td.redfontLg {font-family: 'Verdana', 'Helvetica', 'Sans-Serif';
	font-weight: bold;
	font-size: 12pt;
	color: #7C2230;
	 }

Td.redfont {font-family: 'Verdana', 'Helvetica', 'Sans-Serif';
	font-weight: bold;
	font-size: 8pt;
	color: #7C2230;
	text-decoration: none;
	 }
	 
Td.blackfont {font-family: 'Verdana', 'Helvetica', 'Sans-Serif';
	font-weight: bold;
	font-size: 8pt;
	color: BLACK;
	text-decoration: none;
	 }
	 
Td.blackfontlg {font-family: 'Verdana', 'Helvetica', 'Sans-Serif';
	font-weight: bold;
	font-size: 12pt;
	color: BLACK;
	}
	
Td.redlink3 {font-family: 'Verdana', 'Helvetica', 'Sans-Serif';
	font-weight: bold;
	font-size: 12pt;
	color: #7C2230;
	}
