body {
	margin-top: 0px;
	background-color: #333333;
	margin-bottom: 0px;
}
#header {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
	text-align: right;
}
#main-section {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
	background-color: #FFFFFF;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #7E7E7E;
	text-decoration: none;
	background-color: #000000;
	text-align: center;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
	background-image: url(../assets/footer/footer-background.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
#main-content {
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 5px;
	width: 680px;
}
.navbar {
	background-image: url(../assets/header/navbar-background.gif);
	background-repeat: repeat-x;
	background-color: #000000;
}
.large-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #454545;
	text-decoration: none;
}
.large-text a:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #454545;
	text-decoration: none;
}
.large-text a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #454545;
	text-decoration: none;
}
.large-text a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #454545;
	text-decoration: underline;
}
.large-text a:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #454545;
	text-decoration: none;
}
.introduction-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	text-align: justify;
}
.introduction-text a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	text-align: justify;
	text-decoration: underline;
}
.introduction-text a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	text-align: justify;
	text-decoration: underline;
}
.introduction-text a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	text-align: justify;
	text-decoration: none;
}
.introduction-text a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	text-align: justify;
}
.txtbox {
	background-image: url(../assets/backgrounds/txtbox-bg.gif);
	border: 1px solid #bfbec0;
	background-repeat: repeat-x;
	background-color: #E7E7E8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-indent: 2px;
	font-weight: bold;
}
.txtarea {

	background-image: url(../assets/backgrounds/txtarea-bg.gif);
	border: 1px solid #bfbec0;
	background-repeat: repeat-x;
	background-color: #ebebeb;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-indent: 2px;
	font-weight: bold;
}
.btn-clear {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF0000;
	font-weight: bold;
}
.txt-submit {
	font-size: 12px;
	color: #0173FE;
	font-weight: bolder;
	font-family: Arial, Helvetica, sans-serif;
}
.large-error-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #E50090;
}
