body {
	scrollbar-face-color:#FFFFFF; 
	scrollbar-shadow-color:#FFFFFF;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-3dlight-color:#666666;
	scrollbar-darkshadow-color:#666666;
	scrollbar-track-color:#666666;
	scrollbar-arrow-color:#666666;
	background-color: #170909;
	margin: 0px;
	}

form {
	margin: 0px;
	}

ul {
	list-style-image: url(../images/content/bullet.gif);
	}

/* Main Body Text */

body, td, th {
	font-family: verdana, arial, san-serif;
	font-size: 11px;
	color: #F1E5C6;
	line-height: 17px;
	font-weight: normal;
	}

/* Main Link Styles */

a:link {
	color: #F2E5C5;
	text-decoration: none;
	}
	a:hover {
		color: #827663;
		text-decoration: none;
		}
	a:active {
	color: #F2E5C5;
	text-decoration: none;
		}
	a:visited {
	color: #F2E5C5;
	text-decoration: none;
		}
	a:visited:hover {
		color: #F2E5C5;
		text-decoration: none;
		}

/* --------CUSTOM TEXT--------- */

/* - footer - */

.footer {
	font-size: 10px;
	color: #625648;
	}

	a.footer:link {
		color: #827663;
		text-decoration: none;
		}
	a.footer:hover {
		color: #625648;
		text-decoration: underline;
		}
	a.footer:active {
		color: #827663;
		text-decoration: none;
		}
	a.footer:visited {
		color: #827663;
		text-decoration: none;
		}
	a.footer:visited:hover {
		color: #827663;
		text-decoration: underline;
		}

/* - forms - */

.forms {
	background-color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #000000;
	width: 100%;
	}

.header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
	text-transform: capitalize;
	}

.wrapper {
	background-image: url(../images/home/wrapper.jpg);
	background-repeat: repeat-x;
	}

.repeat {
	background-image: url(../images/content/repeat.jpg);
	background-repeat: repeat-y;	
	}

.repeat2 {
	background-image: url(../images/content/repeat2.jpg);
	background-repeat: repeat-y;	
	}

.content {
	background-image: url(../images/content/content.jpg);
	background-repeat: no-repeat;
	}
	
.content2 {
	background-image: url(../images/content/content2.jpg);
	background-repeat: no-repeat;
	}
	
.required {
	color: #FF0000
	}
