body, td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 1em;	
}
h1 {
	font-size: 1.3em;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	background-color: #EBEBEB;
	color: #F30;
	margin-top: 0px;
	padding-top: 0px;
}
a:link { color: #06C; }
a:active { TEXT-DECORATION: underline; COLOR: #CC0000; background:#FFFFCC; }
a:hover {
	TEXT-DECORATION: underline;
	COLOR: #F60;
} 
input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #06C;
	background-image: url(../images/bg_input.png);
	background-repeat: repeat-x;
}
form input:focus, form textarea:focus, form select:focus {
	background-color: #FFFFD9;
	color: #C30;
	background-image: inherit;
}
.buttonCancel, .buttonCancel:focus {
	color: #C00;
	background-image: none;
}
.submitButton, .submitButton:focus {
	color: #000000;
	font-weight: bold;
	background-image: inherit;
}
form label {
	font-weight: normal;
}
.emphasize {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold
}
.30percent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	float: left;
	width: 33%;
	padding-top: 3px;
	padding-bottom: 3px;
}
.headerRow {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	color: #000000;
	background-color: #BADCDC;
}
.dataRow1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
.dataRow2 {

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


	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.smallText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.blue {
	color: #0000FF;
}
.navRow1 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	color: #000000;
}
.pageHeadline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	color: #003;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	padding: 5px;
}
.active {
	color: #FFFFFF;
	background-color: #990000;
}
.searchField {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0000FF;
}
.smallSubmit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
.vanity_number {  font-family: Arial, Helvetica, sans-serif; font-size: 9pt}
#formAddNew, #formEdit {
	margin: 0px;
	padding: 5px;
	width: 25em;
	border: 1px solid #09C;
	background-color: #E9F2F5;
}
#formAddNew p {
	margin: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
}
#header {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #036;
	padding-bottom: 5px;
	margin-bottom: 15px;
}
.alert {
	font-weight: bold;
	color: #F00;
}
.DataTable {
	font-size: 0.9em;
}
.DataTable th {
	font-size: 0.9em;
	color: #FFF;
	background-color: #06C;
	text-align: left;
	padding-top: 5px;
	padding-left: 3px;
	text-transform: uppercase;
	padding-bottom: 1px;
}
.DataTable tr td {
	font-size: 0.9em;
	vertical-align: top;
	padding: 5px;
	border: 1px solid #ECECEC;
}
.odd {
	background-color: #EFEFEF;
}
.inactive {
	color: #666;
}