<style>
/* 
   link colours
   #########################################################
*/
A   	{ color: #000000; text-decoration: none; }
A:link	{ color: #000000; text-decoration: none; }
A:visited { color: #000000; text-decoration: none; }
A:active { color: #000000; text-decoration: none; }
A:hover	{ color: #9acb0b; text-decoration: none; }
A:visited-hover	{ color: #9acb0b; text-decoration: none; }

A.link   	{ color: #000000; text-decoration: none; }
A.link:link	{ color: #000000; text-decoration: none; }
A.link:visited { color: #000000; text-decoration: none; }
A.link:active { color: #000000; text-decoration: none; }
A.link:hover	{ color: #9acb0b; text-decoration: none; }
A.link:visited-hover	{ color: #9acb0b; text-decoration: none; }

A.linkWhite   	{ color: #FFFFFF; text-decoration: none; }
A.linkWhite:link	{ color: #FFFFFF; text-decoration: none; }
A.linkWhite:visited { color: #FFFFFF; text-decoration: none; }
A.linkWhite:active { color: #FFFFFF; text-decoration: none; }
A.linkWhite:hover	{ color: #9acb0b; text-decoration: none; }
A.linkWhite:visited-hover	{ color: #9acb0b; text-decoration: none; }

A.linkBlack   	{ color: #FFFFFF; text-decoration: none; }
A.linkBlack:link	{ color: #FFFFFF; text-decoration: none; }
A.linkBlack:visited { color: #FFFFFF; text-decoration: none; }
A.linkBlack:active { color: #FFFFFF; text-decoration: none; }
A.linkBlack:hover	{ color: #000000; text-decoration: none; }
A.linkBlack:visited-hover	{ color: #000000; text-decoration: none; }

A.menuTop   	{ color: #1b486b; text-decoration: none; }
A.menuTop:link	{ color: #1b486b; text-decoration: none; }
A.menuTop:visited { color: #1b486b; text-decoration: none; }
A.menuTop:active { color: #1b486b; text-decoration: none; }
A.menuTop:hover	{ color: #9acb0b; text-decoration: none; }
A.menuTop:visited-hover	{ color: #9acb0b; text-decoration: none; }
/* 
   body control; scrollbar and positioning
   #########################################################
*/
BODY {
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}
.BODYiframe {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
/* 
   master set for TDs
   #########################################################
*/
TD {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	vertical-align: top;
}
/* 
   master set for form data
   #########################################################
*/
INPUT,SELECT,TEXTAREA {
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	padding: 2px;
	border: 1px solid #999999;
}
/* 
   master set for bullet points
   #########################################################
*/
LI {
	list-style-type: square;
}
UL {
	padding-left: 15px;
}
/* 
   table classes
   #########################################################
*/
.tableMain {
	width: 100%;
}
/* 
   header classes
   #########################################################
*/
.headerLogo {
	background-image: url(../gfx/logoASP.gif);
	background-repeat: no-repeat;
	background-position: left center;
	width: 200px;
}
.headerCollage {
	background-image: url(../gfx/header.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

/* 
   menu classes
   #########################################################
*/
.menuCell {
	padding-left: 10px;
	padding-bottom: 10px;
}
.menuCellAlt {
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-right: 15px;
}
.menuBG {
	background-color: #1b486b;
	padding-left: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #1b486b;
}
.deactiveLink {
	color: #999999;
}

.deactiveMenu {
	color: #999999;
	padding-left: 10px;
	padding-bottom: 10px;
}
/* 
   content classes
   #########################################################
*/
.column01 {
	width: 26%;
}
.column02 {
	width: 37%;
	background-color: #d8e0e7;
}
.column03 {
	width: 37%;
	background-color: #d8e0e7;
}
.column04 {
	width: 50%;
}
.column05 {
	width: 24%;
	background-color: #d8e0e7;
}
.column06 {
	width: 74%;
	background-image: url(../gfx/bgCrossHair.gif);
	background-position: left 50px;
	background-repeat: no-repeat;
}
.columnSpacer {
	width: 20px;
}
.quote {
	font-size: 12px;
	text-align: right;
	line-height: 15px;
	color: #333333;
	padding-right: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
}
.quoteFeed {
	font-size: 12px;
	text-align: right;
	line-height: 15px;
	color: #333333;
}
.quoteTitle {
	font-size: 15px;
}
.quoteBlue {
	color: #1b486b;
	font-weight: bold;
}
.contentTitle {
	font-size: 45px;
	color: #1b486b;
	line-height: 45px;
	padding-bottom: 20px;
	letter-spacing: -1px;
}
.contentBold {
	font-size: 13px;
	padding-bottom: 10px;
	font-weight: bold;
	height: 10px;
}
.contentText {
	padding-bottom: 10px;
}

.contentSelectTitle {
	font-size: 25px;
	height: 10px;
	color: #FFFFFF;
}
.contentSelectTitleReverse {
	font-size: 25px;
	height: 10px;
	color: #000000;
}
.contentSelect1 {
	background-color: #b35313;
	padding: 10px;
}
.contentSelect2 {
	background-color: #e0601f;
	padding: 10px;
}
.contentSelect3 {
	background-color: #5f8f9f;
	padding: 10px;
}
.contentSelect4 {
	background-color: #8dbed1;
	padding: 10px;
}
.contentSelectText {
	color: #FFFFFF;
	padding-left: 26px;
}
.contentSelectTextReverse {
	color: #000000;
	padding-left: 26px;
}
.contentMore {
	font-size: 12px;
}
/* 
   info box classes
   #########################################################
*/
.boxHeader {
	background-color: #9acb0b;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 10px;
	height: 30px;
	vertical-align: middle;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.boxImage01 {
	background-color: #d8e0e7;
	background-image: url(../images/02.jpg);
	background-position: center center;
}
.boxImage02 {
	background-color: #d8e0e7;
	background-image: url(../images/01.jpg);
	background-position: center center;
}
.boxImage03 {
	background-color: #d8e0e7;
	background-image: url(../images/03.jpg);
	background-position: center center;
}
.boxImage04 {
	background-color: #d8e0e7;
	background-image: url(../images/04.jpg);
	background-position: center center;
}
.boxImage05 {
	background-color: #d8e0e7;
	background-image: url(../images/05.jpg);
	background-position: center center;
}
.boxImage06 {
	background-color: #d8e0e7;
	background-image: url(../images/06.jpg);
	background-position: center center;
}
.boxTitle {
	background-color: #d8e0e7;
	color: #1b486b;
	font-size: 20px;
	font-weight: bold;
	padding: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
.boxText {
	background-color: #d8e0e7;
	color: #1b486b;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-top: 5px;
}
.partnerImage01 {
	background-color: #d8e0e7;
	background-image: url(../gfx/logoBrightPlanet.gif);
	background-position: center center;
	background-repeat: no-repeat;
}
.partnerImage02 {
	background-color: #d8e0e7;
	background-image: url(../gfx/logoCyberwatcher.gif);
	background-position: center center;
	background-repeat: no-repeat;
}
.partnerImage03 {
	background-color: #d8e0e7;
	background-image: url(../gfx/logoFrontOne.gif);
	background-position: center center;
	background-repeat: no-repeat;
}
/* 
   product classes
   #########################################################
*/
.productHeader01 {
	background-color: #b35313;
	font-size: 22px;
	color: #FFFFFF;
	padding-bottom: 30px;
	padding-left: 10px;
	padding-top: 5px;
	letter-spacing: 1px;
}
.productHeader02 {
	background-color: #e0601f;
	font-size: 22px;
	color: #FFFFFF;
	padding-bottom: 30px;
	padding-left: 10px;
	padding-top: 5px;
	letter-spacing: 1px;
}
.productHeader03 {
	background-color: #5f8f9f;
	font-size: 22px;
	color: #FFFFFF;
	padding-bottom: 30px;
	padding-left: 10px;
	padding-top: 5px;
	letter-spacing: 1px;
}
.productHeader04 {
	background-color: #8dbed1;
	font-size: 22px;
	color: #FFFFFF;
	padding-bottom: 30px;
	padding-left: 10px;
	padding-top: 5px;
	letter-spacing: 1px;
}
.productHeader05 {
	background-color: #9acb0b;
	font-size: 22px;
	color: #FFFFFF;
	padding-bottom: 30px;
	padding-left: 10px;
	padding-top: 5px;
	letter-spacing: 1px;
}
.productColumn01 {
	width: 33%;
}
.productColumn02 {
	width: 33%;
}
.productColumn03 {
	width: 33%;
}
.productColumn04 {
	width: 66%;
}
.productColumnSpacer {
	width: 10px;
}
.productTitle {
	font-size: 21px;
	color: #9acb0b;
}
.productSubTitle {
	font-size: 12px;
	font-weight: bold;
	color: #9acb0b;
}
.productBox {
	background-color: #dcddde;
	list-style-type: circle;
	padding: 5px;
}
.productBoxSplit {
	background-color: #dcddde;
	width: 50%;
}
/* 
   footer classes
   #########################################################
*/
.address {
	vertical-align: bottom;
}
.addressLine {
	width: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-bottom-style: none;
	border-right-color: #999999;
	text-align: right;
}
.addressTitle {
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 3px;
	text-align: right;
}
.addressTel {
	text-align: right;
	font-size: 15px;
	color: #9acb0b;
}
.addressText {
	padding-bottom: 2px;
	font-size: 11px;
	text-align: right;
}

.footerBG {
	background-color: #1b486b;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #FFFFFF;
}
.footerCopyright {
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #333333;
}
/* 
   login classes
   #########################################################
*/
.loginText {
	padding-top: 5px;
}
.loginInput {
	padding-bottom: 4px;
}
.loginTable {
	border: 1px solid #999999;
	padding: 10px;
}
.loginTitle {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #9acb0b;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
}
.brightPlanetiFrame {
	height: 250px;
	width: 100%;
}

/* 
   Print classes
   #########################################################
*/
P.PrintBreak {page-break-before: always}
</style>
