@charset "utf-8";
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}


.bold {
	font-weight: bold;
}




.ital{
	font-style: italic;
}


.bigred {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #AF525C;
}
body {
	background-image: url(../images/back.jpg);
}
.style1 {font-size: 10px}
.style2 {font-family: "Times New Roman", Times, serif;}
.style4 {
	font-size: 22px;
	color: #B6505E;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
}
a:link {
	color: #003399;
	text-decoration: none;
}
a:visited {
	color: #0000FF;
	text-decoration: none;
}
a:hover {
color: #660033;
	text-decoration: underline;
}
a:active {
color: #660033;
	text-decoration: none;
}

.logout a:link {
	color: #CCCCCC;
	text-decoration: none;
}
.logout a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
.logout a:hover {
color: #CCCCCC;
	text-decoration: underline;
}
.logout a:active {
color: #CCCCCC;
	text-decoration: none;
}

.bigred a:link {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #AF525C;
	text-decoration: none;
}
.bigred a:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #AF525C;
	text-decoration: none;
}
.bigred a:hover {
font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #AF525C;
	text-decoration: underline;
}
.bigred a:active {
font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #AF525C;
	text-decoration: none;
}

.style5 {font-size: 10}

.topactive {
	font-size: 10px;
	color: #AF5358;
}

.topinactive {
	font-size: 10px;
	color: #AF5358;
}

.topclass {
	font-size: 12px;
	color: #ffffff;
}

.altrows {
	background-color: #f3f3f3;
}

.logout {
	font-size: 12px;
	color: #ffffff;
}

.bread {
	font-size: 12px;
	color: #333333;
}
legend {
	font-size: 14px;
	color: #336699;
	font-weight: bold;
}

.alert {
	font-size: 13px;
	color: #CC0000;
	font-weight: bold;
}

input {
	font-size: 11px;
	color: #333333;
}
fieldset {
	
	padding: 0.3em;
}

.headerbdr {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}

pre {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

.form-item {
  margin-top: 1em;
  margin-bottom: 1em;
}


li {
	margin-bottom: 10px;
}
