/* JavaScript Drop Down Menu Start */
.clCMAbs {
	LEFT: 0px;
	VISIBILITY: hidden;
	POSITION: absolute;
	TOP: 0px
}
.clBar {
	VISIBILITY: hidden;
	WIDTH: 10px;
	POSITION: absolute;
	HEIGHT: 10px;
	BACKGROUND-COLOR: black;
	layer-background-color: black
}
.clLevel0 {
	PADDING-RIGHT: 2px;
	PADDING-LEFT: 8px;
	FONT-WEIGHT: bold;
	FONT-SIZE: 10px;
	PADDING-BOTTOM: 2px;
	PADDING-TOP: 4px;
	FONT-FAMILY: tahoma, arial,helvetica;
	POSITION: absolute
}
.clLevel0over {
	PADDING-RIGHT: 2px;
	PADDING-LEFT: 8px;
	FONT-WEIGHT: bold;
	FONT-SIZE: 10px;
	PADDING-BOTTOM: 2px;
	PADDING-TOP: 4px;
	FONT-FAMILY: tahoma, arial,helvetica;
	POSITION: absolute
}
.clLevel0 {
	COLOR: #595959;
	BACKGROUND-COLOR: black;
	layer-background-color: black;
	background-image: url(images/menu-mainback.jpg)
}
.clLevel0over {
	CURSOR: hand;
	COLOR: #0000009;
	BACKGROUND-COLOR: white;
	layer-background-color: white;
	background-image: url(images/menu-mainback-over.jpg)
}
.clLevel0border {
	VISIBILITY: hidden;
	POSITION: absolute;
	BACKGROUND-COLOR: #595959;
	layer-background-color: black
}
.clLevel1 {
	PADDING-RIGHT: 2px;
	PADDING-LEFT: 0px;
	FONT-WEIGHT: bold;
	FONT-SIZE: 10px;
	PADDING-BOTTOM: 2px;
	PADDING-TOP: 0px;
	FONT-FAMILY: tahoma, arial,helvetica;
	POSITION: absolute
}
.clLevel1over {
	PADDING-RIGHT: 2px;
	PADDING-LEFT: 0px;
	FONT-WEIGHT: bold;
	FONT-SIZE: 10px;
	PADDING-BOTTOM: 2px;
	PADDING-TOP: 0px;
	FONT-FAMILY: tahoma, arial,helvetica;
	POSITION: absolute
}
.clLevel1 {
	COLOR: #595959;
	BACKGROUND-COLOR: black;
	layer-background-color: black;
	background-image: url(images/menu-subback.jpg)
}
.clLevel1over {
	CURSOR: hand;
	COLOR: #000000;
	BACKGROUND-COLOR: white;
	layer-background-color: white;
	background-image: url(images/menu-subback-over.jpg)
}
.clLevel1border {
	VISIBILITY: hidden;
	POSITION: absolute;
	BACKGROUND-COLOR: #595959;
	layer-background-color: black;
/*	filter: alpha(opacity=80) */

}
.clLevel2 {
	PADDING-RIGHT: 2px;
	PADDING-LEFT: 2px;
	FONT-WEIGHT: bold;
	FONT-SIZE: 10px;
	PADDING-BOTTOM: 2px;
	PADDING-TOP: 2px;
	FONT-FAMILY: tahoma,arial,helvetica;
	POSITION: absolute
}
.clLevel2over {
	PADDING-RIGHT: 2px;
	PADDING-LEFT: 2px;
	FONT-WEIGHT: bold;
	FONT-SIZE: 10px;
	PADDING-BOTTOM: 2px;
	PADDING-TOP: 2px;
	FONT-FAMILY: tahoma,arial,helvetica;
	POSITION: absolute
}
.clLevel2 {
	COLOR: white;
	BACKGROUND-COLOR: navy;
	layer-background-color: Navy
}
.clLevel2over {
	CURSOR: hand;
	COLOR: yellow;
	BACKGROUND-COLOR: #0099cc;
	layer-background-color: #0099cc
}
.clLevel2border {
	VISIBILITY: hidden;
	POSITION: absolute;
	BACKGROUND-COLOR: #006699;
	layer-background-color: #006699
}
/* JavaScript Drop Down Menu End */

/* Form Draw Start */
/* FormDraw1	-	draws the box for the words 'User Name' and 'Password'	*/
/* Details		-	draw left, top, bottom border and fill with color		*/
.FormDraw1 {
	border-top: 1px;
	border-bottom: 1px;
	border-left: 1px;
	border-right: 0px;
	border-style: solid;
	border-color: #999999;
	border-spacing: 1px;
	BACKGROUND-color: #eeeeee;
	PADDING-LEFT: 2px;
	PADDING-RIGHT: 2px;
	FONT-SIZE: 10px;
	FONT-WEIGHT: bolder;
	FONT-FAMILY: helvetica
}

/* FormDraw2	-	draws the box for the text input box 'User Name' 		*/
/* Details		-	draw left, top, right border and fill with color		*/
.FormDraw2 {
	border-top: 1px;
	border-bottom: 0px;
	border-left: 1px;
	border-right: 1px;
	border-style: solid;
	border-color: #999999;
	border-spacing: 1px;
	BACKGROUND-color: #eeeeee;
	PADDING-LEFT: 2px;
	PADDING-RIGHT: 0px;
	FONT-SIZE: 10px;
	FONT-WEIGHT: bolder;
	FONT-FAMILY: helvetica
}

/* FormDraw3	-	draws the box for the space between text entries		*/
/* Details		-	draw left, right border and fill with color				*/
.FormDraw3 {
	border-top: 0px;
	border-bottom: 0px;
	border-left: 1px;
	border-right: 1px;
	border-style: solid;
	border-color: #999999;
	border-spacing: 1px;
	BACKGROUND-color: #eeeeee;
	PADDING-LEFT: 2px;
	PADDING-RIGHT: 0px;
	FONT-SIZE: 10px;
	FONT-WEIGHT: bolder;
	FONT-FAMILY: helvetica
}

/* FormDraw4	-	draws the box for the password text box as well as the	*/
/*					login button button box									*/
/* Details		-	draw left, right, bottom border and fill with color		*/
.FormDraw4 {
	border-top: 0px;
	border-bottom: 1px;
	border-left: 1px;
	border-right: 1px;
	border-style: solid;
	border-color: #999999;
	border-spacing: 1px;
	BACKGROUND-color: #eeeeee;
	PADDING-LEFT: 2px;
	PADDING-RIGHT: 0px;
	FONT-SIZE: 10px;
	FONT-WEIGHT: bolder;
	FONT-FAMILY: helvetica
}

/* FormDrawEmail-	draws the box for the email form						*/
/* Details		-	draw left, right, top, bottom border and fill with color*/
.FormDrawEmail {
	border-top: 1px;
	border-bottom: 1px;
	border-left: 1px;
	border-right: 1px;
	border-style: solid;
	border-color: #999999;
	border-spacing: 1px;
	BACKGROUND-color: #eeeeee;
	PADDING-LEFT: 2px;
	PADDING-RIGHT: 2px;
	FONT-SIZE: 10px;
	FONT-WEIGHT: bolder;
	FONT-FAMILY: helvetica
}

/* FormDrawEmail-	draws the box for the search form						*/
/* Details		-	draw left, right, top, bottom border and fill with color*/
.FormDrawSearch {
	border-top: 1px;
	border-bottom: 1px;
	border-left: 1px;
	border-right: 1px;
	border-style: solid;
	border-color: #999999;
	border-spacing: 1px;
	BACKGROUND-color: #eeeeee;
	PADDING-LEFT: 2px;
	PADDING-RIGHT: 2px;
	FONT-SIZE: 12px;
	FONT-FAMILY: helvetica
}
/* Form Draw End */

/* Body			-	general stlyes applied to many parts of the site		*/
/* A.None		-	short term fix for styles that affect other objects		*/
.None {
	PADDING-TOP: 0px;
	PADDING-BOTTOM: 0px;
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
}

.None:Hover {
	PADDING-TOP: 0px;
	PADDING-BOTTOM: 0px;
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
}

/* A		-	applied to all general text links							*/
A {
	PADDING-TOP: 2px;
	PADDING-BOTTOM: 2px;
	PADDING-RIGHT: 2px;
	PADDING-LEFT: 2px;
	font-family: arial;
	font-size: 11px;
	color: black;
	cursor: default;
	text-decoration: none;
}
A:Hover {
	CURSOR: hand;
	color: #0088FF;
	background-image: url(images/back.jpg);
	text-decoration: none;
}

/* Body~	-	applied to all text. for headings and normal text		*/
.BodyTableMargins {
	PADDING-TOP: 10px;
	PADDING-BOTTOM: 0px;
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
}
.BodySmallHeading {
	FONT-SIZE: 14px;
	FONT-WEIGHT: bolder;
	FONT-FAMILY: helvetica
}
.BodyLargeHeading {
	FONT-SIZE: 20px;
	FONT-WEIGHT: bold;
	FONT-FAMILY: helvetica
}
.BodyText {
	PADDING-TOP: 0px;
	PADDING-BOTTOM: 0px;
	PADDING-RIGHT: 2px;
	PADDING-LEFT: 0px;
	FONT-SIZE: 12px;
	FONT-FAMILY: arial
}
.BodyListings {
	PADDING-TOP: 0px;
	PADDING-BOTTOM: 10px;
	PADDING-RIGHT: 2px;
	PADDING-LEFT: 0px;
	FONT-SIZE: 12px;
	FONT-FAMILY: arial
}
.BodyBoxLinks {
	border-top: 1px;
	border-bottom: 1px;
	border-left: 1px;
	border-right: 1px;
	border-style: dashed;
	border-color: #999999;
	border-spacing: 1px;
	BACKGROUND-color: #F4F4F4;
	PADDING-TOP: 5px;
	PADDING-BOTTOM: 5px;
	PADDING-RIGHT: 5px;
	PADDING-LEFT: 5px;
}

/* Hosting Plans Text	-	adjusts text in the hosting plans chart */
.HostingPlansText {
	PADDING-TOP: 0px;
	PADDING-BOTTOM: 0px;
	PADDING-RIGHT: 2px;
	PADDING-LEFT: 0px;
	FONT-SIZE: 11px;
	FONT-FAMILY: arial
}

.TinyText {
	PADDING-TOP: 0px;
	PADDING-BOTTOM: 0px;
	PADDING-RIGHT: 2px;
	PADDING-LEFT: 0px;
	FONT-SIZE: 9px;
	FONT-FAMILY: arial;
    COLOR: #999999
}