body {
	font-family: Arial;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #232021;
}
table {
	font-family: Arial;
	font-size: 11px;
	color: #2d2a81;
}
.cream {
	color: #2d2a81;
	background-color: #fdfdfd;
	border: 2px solid #a58e62;
}
.buttons {
	background-image: url(../images/buts.jpg);
	background-repeat: repeat-y;
	background-position: top center;
}
.blue {
	background-image: url(../images/blue.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	height: 20px;
	padding-right: 35px;
	padding-left: 35px;
	color: #FFFFFF;
}
a:link {
	font-family: Arial;
	font-size: 11px;
	color: #080634;
	text-decoration: underline;
}
a:visited {
	font-family: Arial;
	font-size: 11px;
	color: #080634;
	text-decoration: underline;
}
a:hover {
	font-family: Arial;
	font-size: 11px;
	color: #2d2a81;
	text-decoration: none;
}
a:active {
	font-family: Arial;
	font-size: 11px;
	color: #2d2a81;
	text-decoration: none;
}
a.wh:link {
	font-family: Arial;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
}
a.wh:visited {
	font-family: Arial;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
}
a.wh:hover {
	font-family: Arial;
	font-size: 11px;
	color: #fff8a2;
	text-decoration: underline;
}
a.wh:active {
	font-family: Arial;
	font-size: 11px;
	color: #fff8a2;
	text-decoration: underline;
}
.brd {
	border: 1px solid #2d2a81;
}
.white {
	color: #FFFFFF;
}
.gray {
	color: #232021;
	border: 1px solid #232021;
}
.graytext {
	color: #232021;
}

.bold {
	font-weight: bold;
}
.title1 {
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
}
.title2 {
	font-size: 14px;
	font-style: italic;
}
.title3 {
	font-size: 14px;
	font-style: italic;
	border-bottom: 1px dotted #232021;
}

.bkgblu {
	background-color: #8a869a;
}
.pic {
	background-repeat: no-repeat;
	background-position: center;
	vertical-align: middle;
	border: #430700 1px solid;
	height: 350px;
	width: 360px;
}
input {
	font-family: Arial;
	font-size: 11px;
	color: #080634;
	border: 1px solid #232021;
	background-color: #fdfdfd;
}
.input {
	font-family: Arial;
	font-size: 11px;
	color: #080634;
	font-weight: bold;
	border: 1px solid #232021;
	background-color: #fdfdfd;
	cursor: pointer;
}
textarea {
	font-family: Arial;
	font-size: 11px;
	color: #080634;
	border: 1px solid #232021;
	background-color: #fdfdfd;
}
select {
	font-family: Arial;
	font-size: 11px;
	color: #080634;
	border: 1px solid #232021;
	background-color: #fdfdfd;
}
.tick {
	background-image: url(../images/tick.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #170f38;
	width: 180px;
	height: 410px;
}