body {
	background-color: #b0b0bf;
	background-image: url(../images/background.jpg);
	background-repeat: repeat;
	text-align: center;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.main-table {
	background-color: #FFFFFF;
	border: 1px solid #000000;
}
.menu {
	background-attachment: scroll;
	background-color: #CC9900;
	background-image: url(../images/left-side-pattern.jpg);
	background-repeat: repeat-y;
}
.bottom-bar {
	background-attachment: scroll;
	background-color: #0000FF;
	background-image: url(../images/bottom-bar.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
	font-family: "Trebuchet MS", san-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
}
.main-area {
	background-color: #FFFFFF;
	padding-top: 12px;
	padding-right: 20px;
	padding-bottom: 12px;
	padding-left: 20px;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333333;
	font-size: 22px;
	font-weight: normal;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	padding: 0px;

}
p {
	font-family: "Trebuchet MS", san-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	text-align: left;
}
.subheading {
	font-weight: bold;
}
hr {
	border-top: 0px;
	border-right: 0px;
	border-bottom: 1px solid #666666;
	border-left: 0px;
	height: 1px;

}
a:link {
	color: #0000FF;
	text-decoration: underline;
}
a:visited {
	color: #0000FF;
	text-decoration: underline;
}
a:hover {
	color: #0000FF;
	text-decoration: underline;
}
a:active {
	color: #0000FF;
	text-decoration: underline;
}
.formtext {
	font-family: "Trebuchet MS", san-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	text-align: right;
}
.formbox {
	font-family: "Trebuchet MS", san-serif;
	font-size: 12px;
	color: #333333;
	background-color: #FFFF66;
	border: 1px solid #996600;
}
.button {
	font-family: "Trebuchet MS", san-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFF66;
	background-color: #0000FF;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #0066FF;
	border-right-color: #000000;
	border-bottom-color: #000033;
	border-left-color: #99CCFF;
}
.new {
	font-weight: bold;
	text-transform: capitalize;
	color: #FF0000;
}
