@charset "utf-8";
/* CSS Document */

html {height: 100%; /* THIS IS KEY FOR 100% height on main container */
}

body {
	/*font: 100% Verdana, Arial, Helvetica, sans-serif;*/
	background-color:#000000;
	height: 100%; /* THIS IS KEY FOR 100% height on main container */
	margin: 0 auto; /* 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 */
	
	background-image:url(../images/bg_page.jpg);
	background-position:top;
	background-repeat:no-repeat;
}
.oneColFixCtr #bodyWrap {
	width: 100%;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 100%; /* THIS IS KEY FOR 100% height on main container */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	background-image:url(../images/bg-page.jpg);
	background-position:center;
	background-repeat:no-repeat;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #internalHeader {
	width: 856px;  /* using 28px less than a full 768px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 28px;
	padding: 0px;
	margin: 0 auto;  /* the auto margins (in conjunction with a width) center the page */
	/* margin-left: 14px;
	margin-right: 14px
	margin-top: 0px;
	margin-bottom: 0px; */
	padding-left: 13px;
	padding-right: 13px;
	padding-top: 0px;
	padding-bottom: 0px;
	border-left: 1px solid #5b5b5b;
	border-right: 1px solid #5b5b5b;
	border-top: none;
	border-bottom: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color:#2a2a2a;
	/*	background-image:url(../images/bg-internal-header.jpg);
	background-position:center;
	background-repeat:no-repeat;*/
}
.oneColFixCtr #internalBody {
	width: 856px;  /* using 28px less than a full 768px width allows for browser chrome and avoids a horizontal scroll bar */
	/*height: 100%;*/
	padding: 0px;
	margin: 0 auto;  /* the auto margins (in conjunction with a width) center the page */
	/* margin-left: 14px;
	margin-right: 14px
	margin-top: 0px;
	margin-bottom: 0px; */
	padding-left: 13px;
	padding-right: 13px;
	padding-top: 0px;
	padding-bottom: 0px;
	border-left: 1px solid #5b5b5b;
	border-right: 1px solid #5b5b5b;
	border-top: none;
	border-bottom: none;
	background-color:#2a2a2a;
	text-align: left; /* this overrides the text-align: center on the body element. 
	background-color:#FFFFFF;
	background-image:url(../images/bg-content-top.png);
	background-position:top;
	background-repeat:no-repeat; */
}
.oneColFixCtr #header {
	width: 884px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 285px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image:url(../images/bg-header.jpg);
	background-position:inherit;
	background-repeat:no-repeat;
}
.oneColFixCtr #headerLeft {
	float:left;
	width:260px;
	height: 64px; 
	padding:0;
	margin:0 auto;
	text-align:right;
}
.oneColFixCtr #headerRight {
	float:right;
	width:508px;
	height: 44px; 
	padding-top: 20px;
	margin:0 auto;
}
p.header1 {
	text-align: right;
	vertical-align:middle;
	font-weight:normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16pt;
	color: #858585;
	background-color:none;
	border-right:0px solid white;
	margin:0px;
	padding:0px;
}
#headerRight ul {
	margin:0 auto;
	padding:0px;
	text-align:right;
	vertical-align:middle;
	list-style:none;
}
#headerRight li {
	display:inline;
	margin:0 auto;
	padding:0px;
	text-align:right;
	vertical-align:middle;
}
a.headerNav1 {
	margin-left:9px;
	text-decoration:none;
	letter-spacing: -1.1px;
	font-weight:normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#858585;
	background-color:none;
	border-right:0px solid white;
}
a.headerNav1:hover {
	margin-left:9px;
	text-decoration:underline;
	letter-spacing: -1.1px;
	font-weight:normal;
	color:#858585;
	padding:0.0em 0.0em;
	border-right:0px solid white;
}
a.headerNav2 {
	margin-left:9px;
	margin-right:23px;
	text-decoration:none;
	letter-spacing: -1.1px;
	font-weight:normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#7d7d7d;
	background-color:none;
	padding:0.0em 0.0em;
	border-right:0px solid white;
}
a.headerNav2:hover {
	margin-left:9px;
	margin-right:23px;
	text-decoration:underline;
	letter-spacing: -1.1px;
	font-weight:normal;
	color:#858585;
	padding:0.0em 0.0em;
	border-right:0px solid white;
}
.oneColFixCtr #navArea {
	width: 884px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 40px; /* this is 74px in the original nav mockup, but is 65 in the 3rd mockup something is up with the height of this - its pushing the dynamic area around inside dreamweaver */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	padding: 0px;
	background-image:url(../images/bg-nav-884.jpg);
	background-position:inherit;
	background-repeat:no-repeat;
	text-align: left; /* this overrides the text-align: center on the body element. */
/*	background-image:url(../images/bg-navbar.jpg);
	background-position:inherit;
	background-repeat:no-repeat;*/
}
.oneColFixCtr #navLeft {
	float:left;
	width:884px; /* used to be 475 */
	height: 40px; /* this is 74px in the original nav mockup, but is 65 in the 3rd mockup */
	padding:0px;
	margin:0 auto;/*
	background-image:url(../images/bg-nav-only.jpg);
	background-position:inherit;
	background-repeat:no-repeat;*/
}
.oneColFixCtr #Sponsors {
	width: 884px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 79px; /* this is 74px in the original nav mockup, but is 65 in the 3rd mockup something is up with the height of this - its pushing the dynamic area around inside dreamweaver */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	padding: 0px;
	background-image:url(../images/bg-sponsors2.jpg);
	background-position:inherit;
	background-repeat:no-repeat;
	text-align: left; /* this overrides the text-align: center on the body element. */
/*	background-image:url(../images/bg-navbar.jpg);
	background-position:inherit;
	background-repeat:no-repeat;*/
}
.oneColFixCtr #SponsorsRow {
	width: 854px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 60px; /* this is 74px in the original nav mockup, but is 65 in the 3rd mockup something is up with the height of this - its pushing the dynamic area around inside dreamweaver */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	padding-top: 10px;
	text-align: center; /* this overrides the text-align: center on the body element. */
	vertical-align:middle;
/*	background-image:url(../images/bg-navbar.jpg);
	background-position:inherit;
	background-repeat:no-repeat;*/
}
.oneColFixCtr #SponsorsLeft {
	float:left;
	width:884px;
	height: 79px; /* this is 74px in the original nav mockup, but is 65 in the 3rd mockup */
	padding:0px;
	margin:0 auto;/*
	background-image:url(../images/bg-nav-only.jpg);
	background-position:inherit;
	background-repeat:no-repeat;*/
}
.oneColFixCtr #nav {
	float:left;
	width:475px;
	height: 48px; /* this is 74px in the original nav mockup, but is 65 in the 3rd mockup */
	padding:0px;
	margin:0 auto;
}
#navLeft ul {
	margin:0 auto;
	padding:0px;
	text-align:left;
	vertical-align:middle;
	list-style:none;
}
#navLeft li {
	display:inline;
	margin:0 auto;
	padding:0px;
	text-align:left;
	vertical-align:middle;
}
#subNav ul {
	margin:0 auto;
	padding:0px;
	text-align:left;
	vertical-align:middle;
	list-style:none;
}
#subNav li {
	display:inline;
	margin:0 auto;
	padding:0px;
	text-align:left;
	vertical-align:middle;
}
a.nav1 {
	float:left;
	margin-left:17px;
	text-decoration:none;
	font-weight:600;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#154982;
	background-color:none;
	padding:0.8em 0.0em;
	border-right:0px solid white;
}
a.nav1:hover {
	float:left;
	text-decoration:none;
	font-weight:600;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#1E95BF;
	padding:0.8em 0.0em;
	border-right:0px solid white;
}
a.nav2 {
	float:left;
	margin-left:12px;
	text-decoration:none;
	font-weight:600;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#154982;
	background-color:none;
	padding:0.8em 0.0em;
	border-right:0px solid white;
}
a.nav2:hover {
	float:left;
	text-decoration:none;
	font-weight: 600;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#1E95BF;
	padding:0.8em 0.0em;
	border-right:0px solid white;
}
a.subnav1 {
	float:left;
	margin-left:17px;
	text-decoration:none;
	font-weight:600;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#999999;
	background-color:none;
	padding:0.3em 0.0em;
	border-right:0px solid white;
}
a.subnav1:hover {
	float:left;
	text-decoration:none;
	font-weight:600;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#1E95BF;
	padding:0.3em 0.0em;
	border-right:0px solid white;
}
a.subnav2 {
	float:left;
	margin-left:12px;
	text-decoration:none;
	font-weight:600;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#999999;
	background-color:none;
	padding:0.3em 0.0em;
	border-right:0px solid white;
}
a.subnav2:hover {
	float:left;
	text-decoration:none;
	font-weight: 600;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#1E95BF;
	padding:0.3em 0.0em;
	border-right:0px solid white;
}
.oneColFixCtr #search {
	float:right;
	width:293px;
	height: 40px; /* this is 74px in the original nav mockup, but is 65 in the 3rd mockup */
	padding:0px;
	margin:0 auto;
	background-image:url(../images/bg-nav.jpg);
	background-position:inherit;
	background-repeat:repeat-x;
}
.oneColFixCtr #dynamicArea {
	width: 100%;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 243px;
	padding: 0px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image:url(../images/bg-dynamic243.jpg);
	background-position:center;
	background-repeat:no-repeat;
}
.oneColFixCtr #paddingArea {
	width: 884px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 60px;
	padding: 0px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
}
.oneColFixCtr #paddingArea40 {
	width: 884px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 40px;
	padding: 0px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image:url(../images/bg-pageheader.jpg);
	background-position:inherit;
	background-repeat:no-repeat;
}
.oneColFixCtr #paddingArea20 {
	width: 884px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 20px;
	padding: 0px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #subNav {
	width: 884px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 20px;
	padding: 0px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	background-color:#154982;
	text-align: center; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #paddingArea4 {
	width: 884px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 4px;
	padding: 0px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image:url(../images/bg-4px-spacer.jpg);
	background-position:inherit;
	background-repeat:no-repeat;
}

.oneColFixCtr #paddingArea0 {
	width: 768px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 5px;
	padding: 0px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #whyEmployShare {
	width: 884px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
/*	height: 60px;
*/	padding: 0px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#whyEmployShareContent { 
	float: left;
	width: 869px;
/*	height: 60px;
*/	margin-top: 0px;
	margin-right: 0px;
	margin-left: 15px;
	margin-bottom: 0px;
	border: 0px solid #FF0000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #container {
	width: 884px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	/* background: #FFFFFF; removing background color so bg shows through */
	padding: 0px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	width: 884px;
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
}
#aboutUsContainer { 
	float: left;
	width: 297px;
	height: 325px;
	padding: 0px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #FF0000;
	text-align: left; /* this overrides the text-align: center on the body element. 
	background-image:url(../images/bg-aboutus-header.jpg);*/
	background-position:top;
	background-repeat:no-repeat;
}
#aboutUsContent { 
	float: left;
	width: 297px;
	height: 305px;
	margin-top: 20px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	border: 0px solid #FF0000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
h1.internal {
	padding:0px;
	margin: 0 auto;/*
	margin-top: 20px;
	margin-right: 0px;
	margin-left: 15px;
	margin-bottom: 0px;*/
	font-weight:normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:24px;
	font-style: normal;/*
	letter-spacing: -1px;*/
	color:#F9930A;
	background-color:none;
}
h2.home {
	padding:0px;
	margin: 0 auto;/*
	margin-top: 20px;
	margin-right: 0px;
	margin-left: 15px;
	margin-bottom: 0px;*/
	font-weight:normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:24px;
	font-style: italic;/*
	letter-spacing: -1px;*/
	color:#4b4b4b;
	background-color:none;
}
h3.home {
	padding:0px;
	margin: 0 auto;
	font-weight:normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:21px;
	font-style:normal;
	letter-spacing: -1px;
	color:#4b4b4b;
	background-color:none;
}
h4.home {
	padding:0px;
	font-weight:normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:28px;
	font-style:normal;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	vertical-align: middle;
	letter-spacing: -1px;
	color:#FFFFFF;
	background-color:none;
}
#flashContainer { 
	float: right;
	width: 443px;
	height: 325px;
	padding: 0px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #0000FF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image:url(../images/video.jpg);	
}
#videoHeader { 
	float: left;
	width: 418px;
	margin-top: 25px;
	margin-right: 0px;
	margin-left: 25px;
	margin-bottom: 0px;
	border: 0px solid #FF0000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#flash { 
	float:left;
	width: 418px;/*
	height: 298px;
*/	padding-top: 11px;
	padding-left: 21px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	border: 0px solid #000000;
	z-index: 0; 
}
h1 {
	margin-top: 5px;
	margin-right: 5px;
	margin-left: 5px;
	text-align: left;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:20px;
	letter-spacing: -1px;
	color:#000000;
	text-align: left;
	background-color:none;
}
h2 {
	margin-top: 5px;
	margin-right: 0px;
	margin-left: 0px;
	text-align: left;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	letter-spacing: 0px;
	color:#54C7E6;
	background-color:none;
}
h3 {
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom:0px;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	letter-spacing: 0px;
	color:#FF6B00;
	text-align: left;
	background-color:none;
}
h4 {
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	letter-spacing: 0px;
	color:#000000;
	text-align: left;
	background-color:none;
}
h5 {
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	letter-spacing: 0px;
	color:#000000;
	text-align: left;
	background-color:none;
}
p.body {
	vertical-align:middle;
	font-weight:normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
	font-size: 12pt;
	color: #858585;
	background-color:none;
	border-right:0px solid white;
	margin:0px;
	padding:0px;
}
p.newsbody, td {
	vertical-align:middle;
	font-weight:normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
	font-size: 10pt;
	color:#FFFFFF;
	background-color:none;
	border-right:0px solid white;
	margin:0px;
	padding:0px;
}
ul.aboutus {
	display:list-item;
	text-align: left;
	font-weight:normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
	font-size: 12pt;
	color: #858585;
}
li.aboutus {
	display:list-item;
	list-style-position:outside;
	list-style-type:disc;
}

#footerWrap {
	width: 100%;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 70px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align:center; /* this overrides the text-align: center on the body element. */
	background-color:#565656;
	border-top:solid;
	border-top-width:thin;
	border-top-color:#E0E0E0;
}
#footer {
	width: 884px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 50px;
	padding-top: 20px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	background-color:#565656;
	text-align:center; /* this overrides the text-align: center on the body element. */
	vertical-align:bottom;
}
p.footer {
	text-align: left;
	vertical-align:middle;
	font-weight:bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#CFCFCF;
	background-color:none;
	border-right:0px solid white;
	margin:0px;
	padding:0px;
}
a.footer {
	float:left;
	margin-left:9px;
	text-decoration:none;
	font-weight:bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#CFCFCF;
	background-color:none;
	padding:0.0em 0.0em;
}
a.footer:hover {
	margin-left:9px;
	float:left;
	text-decoration:underline;
	font-weight:bold;
	color:#8B919F;
	padding:0.0em 0.0em;
	border:0px solid #FF6600;
}

a.footer2 {
	margin-left:9px;
	float:left;
	margin-left:9px;
	text-decoration:none;
	font-weight:bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#CFCFCF;
	background-color:none;
	padding:0.0em 0.0em;
}
a.footer2:hover {
	float:left;
	text-decoration:underline;
	font-weight:bold;
	color:#8B919F;
	padding:0.0em 0.0em;
	border:0px solid #FF6600;
}
a.homepage {
	text-decoration:none;
	font-weight:normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
	font-size: 12pt;
	color: #858585;
	background-color:none;
}
a.homepage:hover {
	text-decoration:underline;
	font-weight:normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
	font-size: 12pt;
	color: #858585;
	background-color:none;
}
a.body {
	text-decoration:none;
	font-weight:normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
	font-size: 12pt;
	color: #2F7191;
	background-color:none;
}
a.body:hover {
	text-decoration:underline;
	font-weight:normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
	font-size: 12pt;
	color: #2F7191;
	background-color:none;
}
a.news {
	text-decoration:none;
	font-weight:normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
	font-size: 10pt;
	color: #2F7191;
	background-color:none;
}
a.news:hover {
	text-decoration:underline;
	font-weight:normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
	font-size: 10pt;
	color: #2F7191;
	background-color:none;
}
a {
	text-decoration:none;
	font-weight:normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
	font-size: 10pt;
	color: #2F7191;
	background-color:none;
}
a:hover {
	text-decoration:underline;
	font-weight:normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
	font-size: 10pt;
	color: #2F7191;
	background-color:none;
}

/* PLM - Items added for styling results and stats HTML tables */
table { border-collapse:collapse; border-width:1px; background:'../images/bg-news.jpg';}
thead { background:'../images/bg-news.jpg'; }
th { background:'../images/bg-news.jpg'; color:Black; }
.trone { border-collapse:collapse; border-width: 1px; border-style:solid; border-top:none; border-bottom-color:#5B5B5B; border-left-color:#5B5B5B; border-right-color:#5B5B5B; background-color:#505050; }
.trtwo { border-collapse:collapse; border-width: 1px; border-style:solid; border-top:none; border-bottom-color:#5B5B5B; border-left-color:#5B5B5B; border-right-color:#5B5B5B; background-color:#333333; } 


/* 
	td { border-collapse:collapse; border-width: 1px; border-style:solid; border-top:none; border-bottom-color:#5B5B5B; border-left-color:#5B5B5B; border-right-color:#5B5B5B; background-color:#505050; }
	th { border-collapse:collapse; border-width: 1px; border-style:solid; border-top:none; border-bottom-color:#5B5B5B; border-left-color:#5B5B5B; border-right-color:#5B5B5B; background-color:#505050; }
	tbody { background: #9cf; } 
*/
