@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	background-color: #000000;
}
#canvas {
	background-color: #000000;
	padding: 0;
	margin-top: 0;
	margin-right: 10%;
	margin-bottom: 0;
	margin-left: 10%;
        text-align: left;
} 
#header {
	text-align: center;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
} 
#navbarleft {
	margin: 0 0 0 0; /*removes indent IE and Opera*/
	padding: 0; /*removes indent Mozilla and NN7*/
	list-style-type: none; /*turns off display of bullet*/
	font-size: 13px;
	color: #FFFF00;
	text-align: left;
	}
/*Product Heading*/
#navbarleft h2 {
	margin-bottom: 4px;
}
#navbarleft ul {
	text-decoration: none;
	list-style-image: none;
	list-style-type: none;
	padding: 0px;
	text-indent: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}
#navbarleft li{
	text-align: right;
}
#navbarleft a{
	font-weight:bold;
	display:inline;
	text-decoration: none;
	color: #FFFF00;
	text-align: right;
	line-height: 11px;
}
#navbarleft a:hover {
	background-color: #FFCC00;
	color: #000000;
	text-align: right;
	display: inline;
}
#navbarleft a:active {
	background-color: #FFCC00;
	color: #00FF00;
	text-align: right;
	display: inline;
}
#sidebar1 .uberlink {
	background-color: #FFCC00;
	color: #000000;
	text-align: right;
	display: inline;
}
#mainContent {
	padding: 0px 0px 0px 20px;
} 
#mainContent a:link,a:visited,a:hover,a:active {
	color: #FFFF00;
}
#mainContent a:link {
	text-decoration: none;
}
#mainContent a:visited {
	text-decoration: none;
}
#mainContent a:hover {
	text-decoration: underline;
}
#mainContent a:active {
	text-decoration: none;
}
#footer {
	padding: 0 10px;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 9px;
	text-align: right;
	color: #333333;
}
/* CSS Document */

p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}

h1, h2, h3 {
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	/*color: #D9D900;*/
	color: #FFFFFF;
	line-height: normal;
}
h1 {
	font-size: 22px;
}
h2 {
	font-size: 17px;
}
h3 {
	font-size: 15px;
}
h4,h5,h6 {
	color: #FFFFFF;
}
h4 {
	font-size: 13px;
}
h5 {
	font-size: 13px;
}
h6 {
	font-size: 13px;
}
img {
    border: 0;
}
.imgborder {
	border: 1px solid #D9D900;
}
.faqs li{
	margin-bottom: 15px;
}
.faqsquestion {
	color: #D9D900;
	font-style: italic;
	font-weight: bold;
	}
ul {
	list-style-position: outside;
	list-style-type: square;
	line-height: normal;
	margin: 0px;
	padding: 5px 0 0 30px;/*as margin does not work in IE*/
}
li {
	margin-bottom: 5px;	
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;

}
.table1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	empty-cells: show;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-collapse: collapse;
	margin: 5px;
}
.table1 th {
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	font-size: 12px;
	padding: 5px;
	text-align: left;
	vertical-align: top;
}

.table1 td {
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding: 5px;
	vertical-align: top;
	}

.table2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	font-size: 12px;
	empty-cells: show;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-collapse: collapse

}
.table2 td {
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #000000;
	border-left-color: #000000;
	padding: 3px;
}
.table2 th {
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #000000;
	border-left-color: #000000;
	font-size: 12px;
	padding: 3px;
}
.redhighlightdigit {
	color: #FF0000;
	font-weight: bold;
}
.bluehighlightdigit {
	color: #0000FF;
	font-weight: bold;
}
.greenhighlightdigit {
	color: #00FF00;
	font-weight: bold;
}
.yellowhighlightdigit {
	color: #FFFF00;
	font-weight: bold;
}
.whitehighlightdigit {
	color: #FFF;
	font-weight: bold;
}

.hols {
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	text-transform: capitalize;
	color: #FF0000;
	text-decoration: blink;
}
