body {background-color:#eeeeee; margin: 40px 0px 40px 0px; font-family:arial,helvetica,sans-serif; text-align:left; font-size:12px; color:#000000;}

body.UnderConstruction {background-color:#666666; margin: 40px 0px 40px 0px; font-family:arial,helvetica,sans-serif; text-align:left; font-size:12px; color:#000000;}


/*	IMAGE SYTLES */
img.Right {float: right; border:0px}
img.RightPad10 {float:right; padding-left:10px; padding-bottom:10px; border:0px}
img.RightPad20 {float:right; padding-left:20px; padding-bottom:20px; border:0px}
img.Left {float:right; border:0px; padding-right:10px; padding-bottom:10px}


/*	HIGHLIGHTING */
.highlight     {background-color: #cccccc; padding: 3px 10px 3px 10px; font-weight:bold; border:1px solid #cccccc}

/*	LINKS STYLES */
a:link{color:#3366CC;} a:visited{color:#3366CC;} a:hover{color:#990000;}
a.footer:link{color:#eeeeee;} a.footer:visited{color:#eeeeee;} a.footer:hover{color:#cccccc;}
a.RQ:link{color:#666666;} a.RQ:visited{color:#585858;} a.RQ:hover{color:#999999;}
a { text-decoration:none; }

/*	FONT SIZES */
h1 {font-size:20px}
h2 {font-size:16px}
h3 {font-size:14px}
h4 {font-size:12px}
h5 {font-size:10px}

.small {font-size:10px;}
.smallcenter {font-size:10px; text-align: center;}
.eleven {font-size:11px;}
.elevenc {font-size:11px; text-align: center;}
.fourteen {font-size:14px;}
.fourteenc {font-size:14px; text-align: center;}



/* GENERAL STYLES / COLOURS*/
.red {color:#cc0000;}
.white {color:#ffffff;}
.greylight {color:#999999;}
.greymid {color:#666666;}
.greydark {color:#333333;}

.nowrap {white-space: nowrap}
.Right {text-align: right;}
.Center {text-align:center}
.FloatStop {clear:both; height:1px}
.LineheightNormal {line-height:normal}
.inline {display:inline}

.bold {font-weight: bold}
.bolditalic {font-weight:bold; font-style:italic}
.italic {font-style:italic}
.underline {text-decoration:underline}
.NotBold {font-weight:normal}
.SpacedText {letter-spacing:1px}
.ContainerRQ {text-align:right; font-size:10px; color:#333366; width:1000px; margin-left:auto; margin-right:auto; padding-right:24px}


/* PADDING */
.PaddingLeft20 {padding-left:20px}
.PaddingLeft10 {padding-left:10px}


/* DIV TAGS */
div.UnderContstruction {width:998px; border:1px solid #eeeeee; background-color:#ffffff}


div.ContainerShadow {width:1000px; margin-left:auto; margin-right:auto; background-image:url(images/shadow.jpg); background-repeat:repeat-y; background-position:right;}
div.ContainerHeader {width:988px; height:100px}
div.ContainerNav {width:988px; height:30px; line-height:30px; vertical-align:middle; background-color:#999999; }
div.ContainerMain {width:966px; background-color:#ffffff; border-left: 1px solid #999999; border-right: 1px solid #999999; background-image:url(images/Background_SideNav.jpg); background-repeat: repeat-y; background-position:left; padding:10px}
div.ContainerFooter {width:960px; height:44px; line-height:44px; vertical-align:middle; background-image:url(images/footer.jpg); background-repeat:no-repeat; padding:10px 20px 10px 20px; clear:both}

#ColumnNav {float:left; width:150px; padding:10px 10px 10px 10px}
#ColumnContent {float:left; width:766px; padding: 10px 10px 10px 20px;}
#ColumnLeftSide {width:300px; float:left; padding-right:10px}
#ColumnRightSide {width:300px; float:left; padding-left:10px}
#ColumnFooterL {float:left; width:684px; height:30px; line-height:30px; vertical-align:middle; color:#666666}
#ColumnFooterR {float:left; width:250px; height:30px; line-height:30px; vertical-align:middle; padding-left:10px; text-align:right; color:#666666}
.BoxRight {float:right; width:200px; padding:10px; margin:0px 0px 10px 10px; border-left:1px solid #cccccc}

/* TABLE TAGS */
table.TableMain {width:80%; margin-left: auto; margin-right: auto;}
table.Center {margin-left: auto; margin-right: auto;}
table.TableForm {margin-left: auto; margin-right: auto; border:1px solid #cccccc; background-color:#eeeeee; padding:10px}

td {text-align:left}
table.Specs {}
.Specs td {text-align:left; padding:4px 0px 4px 0px}
.Specs td.PaddingLeft10 {padding:4px 0px 4px 10px}



/* BORDERS */
.Border {border:1px solid #cccccc}
.BorderGreyBack {border:1px solid #cccccc; background-color:#eeeeee}
.BorderTopBot {border-top:1px solid #cccccc; border-bottom:1px solid #cccccc; background-color:#eeeeee; font-weight:bold}


/* LIST STYLES */
ul {list-style-type: disc;}
ol {list-style-type: decimal;}


/* TABLE BASED - NAVIGATION BUTTON STYLES */
#navigation td {}
#navigation a {
	font-size:11px;
	color: #dddddd;
	font-weight:bold;
	letter-spacing:1px;
	text-decoration: none;
	display:block;
	padding:3px 3px 3px 3px; 
	text-align:left;
	border-bottom: 1px dotted #996666;
	white-space:normal;
	}
	
#navigation a:hover {background-color: #660000;}


