@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background-color: #cacaca;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:  Arial, sans-serif;
	font-weight: normal;
	color: #666666;
	
}


.keypoints 
{
font-size: 18px;
}


body,td,th {
	font-size: 12px;
}

a:visited {
	color: #FF9933;
	text-decoration:none
}

a:active {
	color: #FF6600;
	text-decoration:none;
}


a:link {
	color: #FF9933;
	text-decoration:none;
}

a:hover {
color:#FF6600;
}


td.rightbox {
	background-color: #f6f6f6;
	text-align:left;
}

/* TOP Orange Line*/




td.rightbox h2 {
	border-top: 1px solid #FF9900; /* Orange line*/
	font-size:18px;
	margin-top: 5px;
	padding-top: 10px;	/*text-transform:uppercase*/
	text-transform:uppercase;
}

td.rightbox h3 {
	border-top: 1px solid #FF9900;  /* Orange line*/
	font-size:16px;
	padding-top: 10px;	/* Below Orange line*/
	margin-top: 5px; /* Above Orange line*/
	/*text-transform:uppercase*/
}


td.leftbox {
	background-color: #efefef;
	text-align:left;
	padding-top: 1px;
}


td.nav {
	font-size: 15px;
	font-weight: bold;
	text-align:center;
}

td.footer {
	font-size: 10px;
	font-weight: bold;
	text-align:right
}







/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.wireframemenu{
border: 1px solid #C0C0C0; /* mouse Over Colour */
background-color: white;
border-bottom-width: 0;
width: 100%;
}

* html .wireframemenu{ /*IE only rule. Original menu width minus all left/right paddings */
width: 100%;
}

.wireframemenu ul{
padding: 0;
margin: 0;
list-style-type: none;
}

.wireframemenu a{
font: bold 13px Arial;
padding: 4px 3px;
display: block;
width: 100%; /*Define width for IE6's sake*/
color: #595959;
text-decoration: none;
border-bottom: 1px solid #C0C0C0;
}

.wireframemenu a:visited{
color: #595959;
}

html>body .wireframemenu a{ /*Non IE rule*/
width: auto;
}

.wireframemenu a:hover{
background-color: #FF9933;  /*Orignally F8FBBD*/
color: black;
}

