/*      LINKS      */
	
a:link {  
	font-weight: bold; 
	color: #0033FF; 
	text-decoration: underline}
a:visited {  
	font-weight: bold;
	color: #3333CC; 
	text-decoration: underline}
a:hover {  
	font-weight: bold;
	color: #FF0000; 
	text-decoration: none}
a:active {  
	font-weight: bold;
	color: #FF0000; 
	text-decoration: none}

/*      NAVIGATION      */

.navbar:link {
	font-weight: normal;
	text-decoration: none;
	color: #FFFFFF;}
.navbar:visited {
	font-weight: normal;
	text-decoration: none;
	color: #D5FFDF;}
.navbar:active {
	font-weight: normal;
	text-decoration: none;
	color: #66FF66;}
.navbar:hover {
	font-weight: normal;
	text-decoration: underline;
	color: #66FF66;}


/*      TAGS      */

body {
	background-attachment: fixed;
	background-color: #FFFFFF;
	background-image: url(images/interface/bg.gif);
	background-repeat: repeat;
	margin-top: 7px;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	text-align: left;
	margin: 2px 24px 12px 12px;
	padding: 0px;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 12pt;
	color: #333399;
	font-weight: bold;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333399;
	margin-right: 12px;
	margin-top: 0px;
	padding: 1px 0px;
	margin-bottom: 10px;
	letter-spacing: 1px;
	background-color: #D5FFDF;
	text-transform: uppercase;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333399;
	margin-left: 0px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	text-align: left;
	margin-left: 7px
	color: #7E835B;
	padding: 0px;
	margin-top: 5px;
	margin-right: 12px;
	margin-bottom: 5px;
	margin-left: 12px;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	font-weight: bold;
	text-align: left;
	color: #333333;
	padding-left: 11px;
	padding-right: 10px;
	padding-top: 1px;
	padding-bottom: 1px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #3366CC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	margin: 0px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #3366CC;
	border-left-color: #000000;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 12px;
	font-weight: normal;
	text-align: left;
color: #903B90: #903B90 ; 				color: #000000;
	padding-left: 9px;
	background-color: #66FF66;
	padding-top: 2px;
	padding-bottom: 2px;
	margin: 0px;
	padding-right: 5px;
	border: 1px solid #333399;
	text-transform: uppercase;
}
h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	text-align: left;
	font-style: italic;
	margin-right: 12px;
	margin-left: 12px;
color: #903B90: #903B90 ; 	padding: 0px;
	margin-top: 9px;
	margin-bottom: 5px;
}


ul {
	font-size: 14px;
	line-height: 14px;
}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	list-style-position: inside;
	list-style-type: square;
	margin: 1px 15px 4px;
	text-indent: -15px}


/*      TEXT      */
.center {  
	text-align: center}
.bold {  
	font-weight: bold}
.italic {
	font-style: italic}
.justify-left {
	text-align: left;
}
.justify-right {
	text-align: right;
}

.navcatagory {  
	font-size: 12px; 
	color: #D5FFDF; line-height: 12px}
.fourteenpoint { 
	font-size: 14px; 
	color: #666666; 
	line-height: 14px}
.legalese {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 10px;
	font-weight: normal;
	text-align: center;
	margin: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}

.boldwhite {  
	font-weight: 
	bold; color: #FFFFFF}

.color-white {
	color: #FFFFFF;
}
.color-green {
	color: #66FF66;
}
.color-litegreen {
	color: #D5FFDF;
}

/*      IMAGES      */

img {
  border: none;
}

.image-right {
	margin-left: 10px;
	margin-top: 4px;
	margin-bottom: 0px;
	margin-right: 12px;
	float: right;
}
.image-right-nomargin {
	margin-left: 10px;
	margin-top: 4px;
	margin-bottom: 0px;
	margin-right: 0px;
	float: right;
}
.image-left {
	margin-left: 0px;
	margin-top: 3px;
	margin-bottom: 15px;
	margin-right: 10px;
	float: left;
}

.image-right-border {
	margin-left: 10px;
	margin-top: 3px;
	margin-bottom: 15px;
	margin-right: 0px;
	float: right;
	border: 1px solid #000000;

}
.image-left-border {
	margin-left: 0px;
	margin-top: 3px;
	margin-bottom: 15px;
	margin-right: 10px;
	float: left;
	border: 1px solid #000000;
}


/*      TABLES      */

.table-main {
	width: 800px;
}

.table-valuepackages {
	float: right;
	border: 2px solid #FFFFFF;
	margin-right: 22px;
	margin-left: 6px;
	background-color: #FFFFFF;
}

.table-left {
	margin-right: 12px;
	margin-left: 24px;
	margin-top: 4px;
	margin-bottom: 20px;
	background-color: #FFFFFF;
	float: left;
}


/*      CELLS      */

.cell-header {
	width:640px;
	padding: 5px 12px 0px 0px;
	background-repeat: no-repeat;
	background-position: left top;
	height: 55px;
	background-image: url(images/interface/bg-header.gif);
}
.cell-sidebar {
	width:160px;
	margin: 0px;
	padding: 0px;
	background-repeat: repeat-y;
	background-position: 0px 5px;
	background-image: url(images/interface/bg-sidebar.gif);
}
.cell-content {
	width:640px;
	background-repeat: repeat;
	background-color: #FFFFFF;
	background-image: url(images/interface/bg-content.gif);
	height: 620px;
}
.cell-bottomleft {
	width:160px;
	margin: 0px;
	padding: 0px;
	height: 95px;
	background-image: url(images/interface/Indestructo-Logo3.gif);
}
.cell-footer {
	width:600px;
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
	background-position: left bottom;
	background-image: url(images/interface/bg-footer.gif);
}
