BODY {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px
}

H1 {
	font-size : 19px;
}

H2 {
	font-family : Arial, Tahoma, sans-serif;
	font-size : 16px;
}

H3 {
	font-family : Arial, Tahoma, sans-serif;
	font-size : 14px;
}

A {
	color : #6c0a00;
	text-decoration : underline;
}

/*A:VISITED {
	color : #8b5853;
	text-decoration : underline;
}*/

A:HOVER {
	color : #c31301;
	text-decoration : underline;
}

a.nav {
	color : #6c0a00;
	text-decoration : underline;
  font-family: Verdana, Arial, Helvetica, sans-serif
}

a.nav:hover {
	color : #c31301;
	text-decoration : underline;
  font-family: Verdana, Arial, Helvetica, sans-serif
}

a.sml {
	color : #999999;
	text-decoration : underline;
  font-size: 10px
}

a.sml:hover {
	color : #666666;
	text-decoration : underline;
  font-size: 10px
}

HR {
	color : #6c0a00;
}

fieldset {
    padding: 3px 0px 8px 0px;
  background-color: #dddddd;
}

legend {
    margin-left: 1em;
    color: #821A1A;
    font-weight: bold;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

FORM {
	padding-top : 0px;
	margin-top : 0px;
	padding-bottom : 0px;
	margin-bottom : 0px;
}

TD.display {
	font-weight : normal;
	font-family : Arial, Tahoma, sans-serif;
	font-size : 12px;
	padding : 2px;
}

TD.display2 {
	font-weight : normal;
	font-family : Arial, Tahoma, sans-serif;
	font-size : 12px;
	padding : 2px;
	background-color : #CCCCCC;
}

TD.normal {
	background-image : url(/images/gradient_gray.gif);
	color : Black;
	font-weight : bold;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
	padding : 4px;
	}

TD.reverse {
	background-color : #590900;
	padding : 1px;
}

TD.display_reverse {
	background-image : url(/images/gradient_red.gif);
	color : White;
	font-weight : normal;
	font-family : Arial, Tahoma, sans-serif;
	font-size : 12px;
	padding : 3px;
}

TD.bkgd_red {
	background-image : url(/images/gradient_red.gif);
  background-repeat: repeat-x;
	color : White;
	font-weight : normal;
	font-family : Arial, Tahoma, sans-serif;
	font-size : 13px;
	padding : 4px;
  background-color: #5c0600
}

TD.bkgd_med {
	font-family : Arial, Tahoma, sans-serif;
	background-color : #dddddd;
	font-size : 13px;
}

TD.gray {
	font-family : Arial, Tahoma, sans-serif;
	background-color : #dddddd;
	font-size : 13px;
}

TD.gray_pad {
	font-family : Arial, Tahoma, sans-serif;
	background-color : #dddddd;
	font-size : 13px;
  padding: 10px
}

TD.msg {
	font-family : Arial, Tahoma, sans-serif;
	background-color : #dddddd;
	font-size : 13px;
  padding: 5px
}

TD.grey {
	font-family : Arial, Tahoma, sans-serif;
	background-color : #eae5e5;
	font-size : 12px;
}

div.box {
    border: 1px solid #7B171A;
  width: 200px;
  padding: 10px;
  text-align: center;
  background-color: #FFFFFF
}

div.box1 {
    border: 1px solid #7B171A;
  background-image: url(../images/bkgd_box_main_top.png);
  width: 220px;
  background-repeat: repeat-x;
  padding: 15px;
  text-align: center
}

div.box2 {
    border: 1px solid #7B171A;
  background-image: url(../images/bkgd_box_main_top.png);
  width: 570px;
  background-repeat: repeat-x;
  padding: 15px;
  text-align: center
}

.big_red_txt {
	font-size : 22px;
	font-weight : bold;
	color : #6c0a00;
}

.med_red_txt {
	font-size : 18px;
	font-weight : bold;
	color : #6c0a00;
	background-color : #E6E6FA;
}

.big_bld_txt {
	font-size : 14px;
	font-weight : bold;
}

.big_txt2 {
	font-size : 15px;
	font-weight : bold;
}

.big_txt {
	font-size : 17px;
	font-weight : bold;
}

.alt_txt {
	font-family : Arial, Tahoma, sans-serif;
	font-size : 15px;
}

.sml_txt {
	font-family : Arial, Tahoma, sans-serif;
	font-size : 10px;
  color: #999999
}

.msg_error {
	color : #CC0000;
	font-weight : bold;
}

.msg_req {
	color : #CC0000;
	font-weight : bold;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px
}

.msg_error_big {
	color : #CC0000;
	font-weight : bold;
	font-size : 14px;
}

.msg_warning_big {
	color : #D96700;
	font-weight : bold;
	font-size : 14px;
}

.msg_warning {
	color : #D96700;
	font-weight : bold;
}

.msg_success {
	color : #0B6101;
	font-weight : bold;
}

.msg_success_big {
	color : #228B22;
	font-weight : bold;
	font-size : 14px;
}
