body {
	margin: 0px;
	padding: 0px;
	background-image: url(../img/index01.gif);
}

body, th, td {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #BFBFBF;
}

.align-justify {
	text-align: justify;
}

a {
	color: #BFBFBF;
}

a:hover {
	color : #D6D0B6;
	text-decoration: none;
}

.bg1 {
	background-image: url(../img/index02.jpg);
	background-repeat: repeat-x;
	background-position: right top;
}
.bg2 {

	background-image: url(../img/index03.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

li {
	list-style-type: square;
}

/* FORMS */

.regform {
	width : 400px;
	margin-left : 90px;
}

.regform label {
	margin-top : 15px;
	display : block;
	font-weight : bold;
	color : #ffffff;
}

.regform .submit input {
	margin-top : 15px;
}

.regform .error-message {
	color : #cc0000;
}

.regform .checkbox {
	margin-top : 15px;
}

.regform .checkbox label {
	margin-left : 5px;
	display : inline;
}

.pleasenote {
	color : yellow;
}

/* LISTS */

dl {
}

dt {
	margin-top : 15px;
	font-weight : bold;
	color : #ffffff;
}

dt a {
	color : #ffffff;
}

dd {
}

/* ROLLOVERS */
#btnHome {
	background : url(../img/index06.jpg);
}

#btnHome:hover {
	background : url(../img/index06.jpg) left -29px;
}

#btnFAQ {
	background : url(../img/index07.jpg);
}

#btnFAQ:hover {
	background : url(../img/index07.jpg) left -29px;
}
#btnSetup {
	background : url(../img/index08.jpg);
}

#btnSetup:hover {
	background : url(../img/index08.jpg) left -29px;
}
#btnSignup {
	background : url(../img/index09.jpg);
}

#btnSignup:hover {
	background : url(../img/index09.jpg) left -29px;
}

#btnContactus {
	background : url(../img/index10.jpg);
}

#btnContactus:hover {
	background : url(../img/index10.jpg) left -29px;
}

/* TABLE BACKGROUNDS */

#index13 {
	background-image : url(../img/index13.jpg);
}

#index14 {
	background-image : url(../img/index14.jpg);
}

#index20 {
	background-image : url(../img/index20.jpg);
}

#index22 {
	background-image : url(../img/index22.jpg);
}

#index23 {
	background-image : url(../img/index23.jpg);
}

#index24 {
	background-image : url(../img/index24.jpg);
}

#index28 {
	background-image : url(../img/index28.jpg);
}