body {
	background: none;
	}

a:link {color:#0000FF}    /* unvisited link */
a:visited {color:#0000FF} /* visited link */
a:hover {color:#0000BB; text-decoration: underline;}   /* mouse over link */
a:active {color:#0000FF}  /* selected link */

ul
{
   list-style-image:url("../images/bullet.png");
}
li
{
   padding-left: 10px;
}
.NormalText {
   margin-left: 30px;
   font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
   font-size: 12px;
   color: #000000;
}

.NormalText a{
   font-size: 12px;
   color: #0000FF;
   text-decoration:underline;
}

.WordingsText {
   margin-left: 30px;
   font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
   font-size: 12px;
   color: #000000;
   width: 600px;
}

.bold_red {
  color: #FF0000;
  font-weight: bold;
}

/*Report out Section */
#customers
{
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
width:100%;
border-collapse:collapse;
}
#customers td, #customers th 
{
font-size:12px;
border:1px solid #AAAAAA;
padding:3px 7px 2px 7px;
}

#customers th 
{
font-size:10px;
text-align:left;
padding-top:5px;
padding-bottom:4px;
background-color:#333333;
color:#dc251f;
}
#customers tr.alt td 
{
color:#000;
background-color:#999999;
}

/*Report out Section */

#HeaderTop {
	position:relative; width: 960px;	
	height: 130px; 
	background-color: #888888;
	}
#HeaderLogo {
	position: absolute;	
	top: 0px; 
	left: 0px;
	}

/* Menu Stuff */	
#MainMenu {
	width: 960px;
	height: 18px;
	margin-left: 0px;
    margin-right: 0px;
}

#MainMenu a {
	text-decoration: none;
	color: #FFFFFF;
	font-weight:bold;
	font-size: 15px;
	text-align: center;
	display: block;
	margin: 0px;
    padding: 5px 5px;
	height: 18px;
	background-image:url('../images/off.png');
}

#MainMenu a:hover {
	text-decoration: none;
	background-image:url('../images/on.png');
}

#MainMenu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 240px;
    float: left;
}

#MainMenu li{
	position:relative;
	float: left;
	width: 100%;
    margin: 0;
    padding-left:0px;
}

/* Menu Stuff */


#PageWrapper {
	width: 960px;
	border: 0;
	font-family: tahoma, verdana, geneva, arial, sans-serif;
	font-size: 11px;	
	font-weight: normal;
	color: #000000;	
}

.form-broker {
    background-color: #BBBBBB;
	padding: 15px;
}

.MainFont a, a:link, a:active, a:visited {
	font-size: 14px;
	text-align: center;
	text-decoration: none;
}

.MainFont a:hover{
	text-decoration: underline;
}

div#content input.button
	{
	width:99px;
	height:28px;
	margin:0px;
	color:white;
	font-size:12px;
	text-transform:none;
	border:0px;
	font-weight:bold;
	cursor:pointer;
	font-family:Trebuchet MS;
	}

div#content input.submit
	{
	float:right;
	margin-left:2px;
	}
div#content input.red
	{
	background:url("../../images/button_red.gif");
	}
div#content input.red:hover
	{
	background:url("../../images/button_red_hover.gif");
	}
	
.form-broker 
{
	background:url("../../images/form-bg.gif");
}

.form-gray 
{
	background-color:#dddddd;
}

/* vedit - vertical table (signup, profile edit) */
.vedit {
    border: none;
}
/* vedit - usual column (right) */
.vedit td {
    text-align: left;
    vertical-align: middle;
    padding: 1px 1px 1px 1px;
    border: none;
}
/* vedit - header column (left) */
.vedit th {
    padding: 1px 1px 1px 1px;
    text-align: right;
    vertical-align: middle;
    font-weight: bold;

    border: none;
}
/* vedit - heading row */
.vedit .headrow { font-weight: bold; text-align: center; }
	



.RedButtonNext {
	width: 97px; 
	display: block;
	background: url(../../images/next.gif) no-repeat 0px 0px; 
	float: right; 
	height: 36px; 
	text-decoration: none
}
.RedButtonNext:hover {
	background-position: -91px 0px; 
	text-decoration: none;
	cursor: hand;
}

.RedButtonOption2 {
	width: 97px; 
	display: block;
	background: url(../../images/option2.gif) no-repeat 0px 0px; 
	height: 36px; 
	text-decoration: none
}
.RedButtonOption2:hover {
	background-position: -91px 0px; 
	text-decoration: none;
	cursor: hand;
}

.RedButtonOption1 {
	width: 97px; 
	display: block;
	background: url(../../images/option1.gif) no-repeat 0px 0px; 
	height: 36px; 
	text-decoration: none
}
.RedButtonOption1:hover {
	background-position: -91px 0px; 
	text-decoration: none;
	cursor: hand;
}

.RedButtonPurchase {
	width: 97px; 
	display: block;
	background: url(../../images/purchase.gif) no-repeat 0px 0px; 
	float: right; 
	height: 36px; 
	text-decoration: none
}
.RedButtonPurchase:hover {
	background-position: -91px 0px; 
	text-decoration: none;
	cursor: hand;
}

.RedButtonRenew {
	width: 97px; 
	display: block;
	background: url(../../images/renew.gif) no-repeat 0px 0px; 
	float: left; 
	height: 36px; 
	text-decoration: none
}
.RedButtonRenew:hover {
	background-position: -91px 0px; 
	text-decoration: none;
	cursor: hand;
}

.RedButtonEdit {
	width: 97px; 
	display: block;
	background: url(../../images/edit.gif) no-repeat 0px 0px; 
	float: left; 
	height: 36px; 
	text-decoration: none
}
.RedButtonEdit:hover {
	background-position: -91px 0px; 
	text-decoration: none;
	cursor: hand;
}

.RedButtonLogoff {
	width: 97px; 
	display: block;
	background: url(../../images/logoff.gif) no-repeat 0px 0px; 
	float: left; 
	height: 36px; 
	text-decoration: none
}
.RedButtonLogoff:hover {
	background-position: -91px 0px; 
	text-decoration: none;
	cursor: hand;
}

.RedButtonReprint {
	width: 97px; 
	display: block;
	background: url(../../images/reprint.gif) no-repeat 0px 0px; 
	float: left; 
	height: 36px; 
	text-decoration: none
}
.RedButtonReprint:hover {
	background-position: -91px 0px; 
	text-decoration: none;
	cursor: hand;
}

.RedButtonSave {
	width: 97px; 
	display: block;
	background: url(../../images/save.gif) no-repeat 0px 0px; 
	float: left; 
	height: 36px; 
	text-decoration: none
}
.RedButtonSave:hover {
	background-position: -91px 0px; 
	text-decoration: none;
	cursor: hand;
}

.RedButtonJoin {
	width: 175px; 
	display: block;
	background: url(../../images/red.png) no-repeat 0px 0px; 
	height: 85px; 
	text-decoration: none
}
.RedButtonJoin:hover {
	background-position: -175px 0px; 
	text-decoration: none;
	cursor: hand;
}

.OrangeButtonActivate {
	width: 175px; 
	display: block;
	background: url(../../images/orange.png) no-repeat 0px 0px; 
	height: 85px; 
	text-decoration: none
}
.OrangeButtonActivate:hover {
	background-position: -175px 0px; 
	text-decoration: none;
	cursor: hand;
}
.VouchureButton {
	width: 200px; 
	display: block;
	background: url(../../images/Vouchers.png) no-repeat 0px 0px; 
	
	height: 125px; 
	text-decoration: none
}
.VouchureButton:hover {
	background-position: -200px 0px; 
	text-decoration: none;
	cursor: hand;
}
.RedButtonFinish {
	width: 175px; 
	display: block;
	background: url(../../images/finishbutton.png) no-repeat 0px 0px; 
	height: 85px; 
	text-decoration: none
}
.RedButtonFinish:hover {
	background-position: -175px 0px; 
	text-decoration: none;
	cursor: hand;
}
.KijijiButton {
	width: 200px; 
	display: block;
	background: url(../../images/kijiji.png) no-repeat 0px 0px; 
	
	height: 125px; 
	text-decoration: none
}
.KijijiButton:hover {
	background-position: -200px 0px; 
	text-decoration: none;
	cursor: hand;
}

.FunList UL LI{
	padding-bottom: 9px;
	padding-left: 35px; 
	background: url(../../images/access_left_bullet.png) no-repeat left 4px
	}
	
A.memberships_join {
	width: 91px; 
	display: block;
	background: url(../../images/access_membership_join.gif) no-repeat 0px 0px; 
	float: right; 
	height: 30px; 
	text-decoration: none
}
A.memberships_join:hover {
	background-position: -91px 0px; 
	text-decoration: none
}
.reg-contain A {
	text-decoration: underline
}
.reg-contain A:hover {
	text-decoration: none
}


.reg-line {
	border-bottom: #e2dbcd 1px solid; margin: 10px 0px
}
.reg-small {
	line-height: 10px; font-style: italic; margin-bottom: 15px; font-size: 9px
}
.small {
	line-height: 10px; font-style: italic; margin-bottom: 15px; font-size: 9px
}
.reg-contain {
	display: block; height: 30px; CLEAR: both
}
.reg-icon {
	width: 32px; float: left
}
.reg-title {
	width: 100px; float: left; font-weight: bold
}
.reg-description {
	width: 87px; float: left; font-weight: bold
}
.reg-price {
	width: 100px; float: left; font-weight: bold
}
.reg-input {
	width: 50px; float: left
}

UL.membership_types {
	list-style-type: none; 
	margin: 0px 0px 0px 20px; 
	list-style-image: none
}
UL.membership_types LI {
	padding-left: 21px; 
	background: url(../../images/access_left_bullet.png) no-repeat left 6px
}

#full_outer {
	margin: 17px 34px 20px 50px;
}
