/*///////////////////////////////
SITE MANAGER | Master CSS
///////////////////////////////*/

/* Structure
--------------------------------------------------*/
html, body {
	margin: 0; padding: 0; 
	}
#pagetop {
	display: none;
	text-indent: -9000px;
	}
BODY {
	font-family: Arial, sans-serif;
	padding: 0;
	padding-bottom: 0px;
	margin: 0;
	color: #000;
	background: #fff url(../images/bg-body.jpg) top repeat-x;
	font-size: 12px;
	}
#wrapper {}	

/* Page Header
--------------------------------------------------*/
#page-header {
	margin: 0 auto;
	padding: 0;
	width: 907px;
	height: 75px;
	z-index: 5000;
	}
#print-logo  {
	display: none;
    }
#top-nav {
	margin: 0 auto;
	height: 37px;
	width: 907px; 
	z-index: 5000;
	background: transparent url(../images/bg-top-logo.gif) top no-repeat;
	}
#top-nav h1 {
	display: none;
	}
#logo {
	position: absolute;
	margin-right: 0;
	text-align: right;
	height: 37px;
	width: 337px; 
	z-index: 5000;
	}
#nav2 {
	position: absolute;
	margin: 0;
	padding: 0;
	text-align: right;
	height: 37px;
	line-height: 15px;
	font-size: 11px;
	margin-top: -7px;
	*margin-top: 2px; /* ie6 fix */
	_margin-top: 2px; /* ie7 fix */
	}
#nav2 ul li {
	display: inline;
	list-style-type: none;
	padding: 0px 4px 0px 6px;
	color: #fff;
	border-left: 1px solid #666;
	}
#nav2 ul li.first {
	border-left: 0px solid #666;
	}
#nav2 ul li.admin {
	color: #d22626; /*-- red --*/
	border-left: 0px solid #666;
	}
#nav2 ul li.login, #nav2 ul li.last {
	padding-right: 0;
	}
#nav2 a:link,
#nav2 a:visited,
#nav2 a:hover {
	color: #fff;
	text-decoration: none;
	}
#nav2 a:hover {
	color: #d22626; /*-- red --*/
	}
#nav2 li.login a:link, #nav2 li.profile a:link,
#nav2 li.login a:visited, #nav2 li.profile a:visited,
#nav2 li.login a:hover, #nav2 li.profile a:hover {
	color: #d22626; /*-- red --*/
	text-decoration: none;
	}
#nav2 li.login a:hover, #nav2 li.profile a:hover {
	color: #fff;
	}

/* Admin Nav
--------------------------------------------------*/
#admin-nav {
	margin-left: 0;
	margin-top: 7px;
	padding: 0;
	}
#admin-nav ul {
	padding-left: 0px;
	margin: 0;
	font-size: .9em;
	color: #fff; 
	text-transform: uppercase;
	text-indent: 30px;
	}
#admin-nav ul li {
	display: inline;
	list-style-type: none;
	}
#admin-nav ul li a:link,
#admin-nav ul li a:visited,
#admin-nav ul li a:hover {
	padding: 0 10px;
	text-decoration: none;
	color: #fff; 
	}
#admin-nav ul li a:hover {
	text-decoration: none;
	color: #ffff33; /*-- yellow --*/
	}
a.profile-link:link, a.profile-link:visited, a.profile-link:hover {
	border-left: 1px dotted #66ff00; /*-- light green --*/
	}	
.user-name {
	padding-left: 10px;
	border-left: 1px dotted #66ff00; /*-- light green --*/
	}	

/* Primary Nav
--------------------------------------------------*/
#nav1 {
	clear: both;
	height:38px; 
	width: 907px; 
	margin: 0px auto;
	z-index: 5000;
	/*white-space: nowrap;
	overflow: visible; */
	}

/* Billboard
--------------------------------------------------*/
#billboard-home, #billboard-interior {
	z-index: 4000;
	margin: 0 auto;
	padding: 0;	
	width: 959px; 
	height: 249px; 
	}
#billboard-home .identity-safe {
	position: absolute;
	margin-left: 525px;
	margin-top: 11px;
	}
#billboard-home .identity-theft-fact {
	position: absolute;
	margin-left: 485px;
	margin-top: 55px;
	}
#billboard-home .calculate-risk {
	position: absolute;
	margin-left: 790px;
	margin-top: 158px;
	}
#billboard-home .protect-yourself-now {
	position: absolute;
	margin-left: 665px;
	margin-top: 190px;
	}
#billboard-interior {
	height: 128px; 
	}

/* Page Body
--------------------------------------------------*/
#container {
	width: 959px;
	margin: 0 auto;
	padding: 0;
	background: transparent url(../images/bg-container.gif) top repeat-y;
	z-index: 3000;
	}
#page-body {
	width: 959px;
	min-height: 550px;
	margin: 0 auto;
	padding: 0;
	background: transparent url(../images/bg-page-body.gif) top no-repeat;
	}
.border-table td{
	border-bottom: solid 1px #ccc;	
	}

/* Editable Section #1
----------------------------------------*/
h1 .welcome {
	font-size: small;
	}
#page-title {
	font-family: 'Times New Roman' , Georgia, Serif;
	color: #d22626; /*-- red --*/
	font-size: 1.9em;
	font-weight: bold;
	line-height: 1.25em;
	margin-bottom: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	}
#edit1 h1 {
	font-family: 'Times New Roman' , Georgia, Serif;
	color: #d22626; /*-- red --*/
	font-size: 1.85em;
	line-height: 1.95em;
	}

#edit1 h2 {
	font-family: 'Times New Roman' , Georgia, Serif;
	color: #d22626; /*-- red --*/
	font-size: 1.55em;
	line-height: 1.65em;
	}
#edit1 h2 .welcome {
	font-family: Arial, sans-serif;
	font-weight: normal;
	font-size: .55em;
	text-transform: none;
	}
#page-title .welcome {
	font-family: Arial, sans-serif;
	color: #000;
	font-weight: bold;
	font-size: .55em;
	text-transform: none;
	}
#edit1 a:link, #edit1 a:visited, #edit1 a:hover {
	color: #d22626; /*-- red --*/
	text-decoration: underline;
	}
#edit1 a:hover {
	color: #0000ff; /*-- blue --*/
	}
#edit2 a:link, #edit2 a:visited, #edit2 a:hover {
	color: #d22626; /*-- red --*/
	text-decoration: underline;
	}
#edit2 a:hover {
	color: #0000ff; /*-- blue --*/
	text-decoration: underline;
	}
#edit3 a:link, #edit3 a:visited, #edit3 a:hover {
	color: #d22626; /*-- red --*/
	text-decoration: underline;
	}
#edit3 a:hover {
	color: #0000ff; /*-- blue --*/
	text-decoration: underline;
	}
#nugget1 a:link, #nugget1 a:visited, #nugget1 a:hover,
#nugget2 a:link, #nugget2 a:visited, #nugget2 a:hover,
#nugget3 a:link, #nugget3 a:visited, #nugget3 a:hover,
#nugget4 a:link, #nugget4 a:visited, #nugget4 a:hover {
	color: #000;
	text-decoration: underline;
	}
#nugget1 a:hover,
#nugget2 a:hover,
#nugget3 a:hover,
#nugget4 a:hover {
	color: #fff;
	}
#edit1 td,
#edit2 td,
#edit3 td {
	font-size: 1em;
	}
	
/* Scrolling Content
--------------------------------------------------*/
#edit1 .instruction {
	display: none;
	}
#edit1 .scrolling-content_1 {
	margin: 0;
	margin-bottom: 20px;
	padding: 4px;
	font-size: 1em;
	line-height: 1.45em;
	overflow: auto;
	width: 550px;
	color: #000; 
	line-height: 1.25em;
	height: 170px;
	background-color: #fff;
	border: solid 1px #ccc; 
	}

#edit1 .scrolling-content_2 {
	margin: 0;
	margin-bottom: 20px;
	padding: 4px;
	font-size: 1em;
	line-height: 1.45em;
	overflow: auto;
	width: 550px;
	color: #000; 
	line-height: 1.25em;
	height: 280px;
	background-color: #fff; 
	border: solid 1px #ccc; 
	}
	

/* Secondary/Aux Nav
--------------------------------------------------*/
/*a.home-link:link, a.home-link:visited, a.home-link:hover {
	background: transparent url(../images/icon-home.jpg) left no-repeat;
	}
a.login-link:link, a.login-link:visited, a.login-link:hover {
	background: transparent url(../images/icon-login.jpg) left no-repeat;
	}
a.site-map-link:link, a.site-map-link:visited, a.site-map-link:hover {
	background: transparent url(../images/icon-sitemap.jpg) left no-repeat;
	}
a.contact-us-link:link, a.contact-us-link:visited, a.contact-us-link:hover {
	background: transparent url(../images/icon-contact.jpg) left no-repeat;
	}*/

/*#dateline { position:absolute; padding-left: 34px; top: 190px; height:30px; font-size: .85em; color: #003366;	}*/

/* Page Footer
--------------------------------------------------*/
#page-footer ul.footer-nav3 li a:link,
#page-footer ul.footer-nav3 li a:visited,
#page-footer ul.footer-nav3 li a:hover,
#page-footer ul.site-info li a:link,
#page-footer ul.site-info li a:visited,
#page-footer ul.site-info li a:hover {
	text-decoration: none;
	color: #999;
	}
#page-footer ul.footer-nav3 li a:hover,
#page-footer ul.site-info li a:hover {
	text-decoration: none;
	color: #fff;
	}
#page-footer ul.footer-nav1 {
	margin-top: 0;
	*margin-top: -6px; /* ie6 fix */
	_margin-top: -6px; /* ie7 fix */
	}
#page-footer ul.site-info li,
#page-footer ul.footer-nav3 li {
	display: inline;
	list-style-type: none;
	padding: 0 10px;
	}
#page-footer ul.footer-nav1 li,
#page-footer ul.footer-nav1 li.first {
	display: inline;
	list-style-type: none;
	padding: 0 10px;
	border-left: 1px solid #666;
	}
#page-footer ul.footer-nav1 li.first {
	border-left: 0px solid #666;
	}
#page-footer ul.footer-nav1 li a:link,
#page-footer ul.footer-nav1 li a:visited,
#page-footer ul.footer-nav1 li a:hover {
	text-decoration: none;
	color: #d22626; /*-- red --*/
	}
#page-footer ul.footer-nav1 li a:hover {
	text-decoration: none;
	color: #fff;
	}
#page-footer ul.footer-nav2 {
	margin-top: 0;
	padding-right: 20px;
	*margin-top: -6px; /* ie6 fix */
	_margin-top: -6px; /* ie7 fix */
	}
#page-footer ul.footer-nav2 li,
#page-footer ul.footer-nav2 li.first {
	display: inline;
	list-style-type: none;
	padding: 0 10px;
	border-left: 1px solid #666;
	}
#page-footer ul.footer-nav2 li.first {
	border-left: 0px solid #666;
	}
#page-footer ul.footer-nav2 li a:link,
#page-footer ul.footer-nav2 li a:visited,
#page-footer ul.footer-nav2 li a:hover {
	text-decoration: none;
	color: #d22626; /*-- red --*/
	}
#page-footer ul.footer-nav2 li a:hover {
	text-decoration: none;
	color: #fff;
	}
#page-footer ul.footer-nav3 .back-to-top {
	background: transparent url(../images/back-to-top.gif) 33px no-repeat;
	}
#page-footer ul.footer-nav3 .rss {
	background: transparent url(../images/icon-rss.gif) 35px no-repeat;
	}
#page-footer ul.footer-nav3 
{
	padding-right: 20px;
}
	
/* general
----------------------------------------*/
TEXTAREA {
	behavior: url(../ClientSideScripts/maxlength.htc)
	}
TEXTAREA, INPUT, SELECT, TEXTBOX {
	font-size: 1em;
	color: #000;
	}
.table-border {
	border: 1px solid #000;
	}
.tableHeader {
	height:25px;
	font-size: 1em;
	color: #fff;
	font-weight:bold;
	background-color: #d12626; /*-- dark blue --*/
	padding-left: 4px;
	padding-right: 2px;
	padding-top: 1px;
	padding-bottom: 1px;
	border-left: #d12626 0px solid; /*-- dark blue --*/
	border-right: #d12626 0px solid; /*-- dark blue --*/
	border-top: #d12626 0px solid; /*-- dark blue --*/
	}
.tableSubHeader {
	font-size: 1em;
	font-weight: bold;
	color: #d12626; /*-- dark blue --*/
	background-color: #ddd;
	border: #ffffff 0px solid;
	}
.alert, .loginalert, .confirm, .alert2 {
	font-size: 1em;
	color: #d22626; /*-- red --*/
	font-weight: bold;
	font-style: italic;
	}
.parent-link {
	font-size: .85em;
	font-weight: normal;
	font-style: normal;	
	color: #999;
	padding-right: 4px;
	padding-bottom: 10px;
	text-decoration: none;
	}
.EnabledControl, DisabledControl {
	font-size: 1em;
	color: #000;
	font-weight: normal;
	}
.DisabledControl {
	color: #999;
	}
.boldLabel, .boldlabel {
	font-weight: bold;
	}
.bold-label {
	font-weight: bold;
	}
.smallLabel, .smalllabel, .small-label {
	font-size: .85em;
	}

/* Calendar Small
--------------------------------------------------*/
.calborder {
	margin-left: 16px;
	margin-right: 16px;
	width: 200px;
	border: solid 1px #666;
	font-size: 11px;
	}
.calheader {
	background-color: #000;
	border: solid 1px #000;
	color: #fff;
	font-size: 11px;
	}
.today {
	background-color: #cc0000; /*-- medium green --*/
	color: #fff;
	}	

/* Buttons & Links
--------------------------------------------------*/
.button, .searchButton {
	height: 20px;
	margin-top: 0px;
	padding: 0 2px;
	font-size: .9em;
	line-height: 1.5em;
	font-weight: normal;
	text-transform: uppercase;
	color: #d22626; /*-- red --*/
	color: #000;
	border-top: #ccc 1px solid;
	border-right: #666 1px solid;
	border-bottom: #333 1px solid;
	border-left: #999 1px solid;
	background-color: #fff;
	}
.searchButton {
	color: #d22626; /*-- red --*/
	border-top: #ccc 1px solid;
	border-right: #666 1px solid;
	border-bottom: #333 1px solid;
	border-left: #999 1px solid;
	background-color: #fff;
	}	
a.page-link:link, a.page-link:visited, a.page-link:hover {
	font-size: .85em;
	color: #d22626; /*-- red --*/
	text-indent: 0px;
	text-decoration: underline;
	padding-right: 10px;
	}
a.page-link:hover {
	color: #000;
	}
#edit1 a.parent-link:link, #edit1 a.parent-link:visited, #edit1 a.parent-link:hover {
	font-size: .85em;
	font-weight: normal;
	font-style: normal;	
	color: #999;
	padding-right: 4px;
	padding-bottom: 10px;
	text-decoration: underline;
	}
#edit1 a.parent-link:hover {
	color: #d22626; /*-- red --*/
	text-decoration: underline;
	}
#edit1 a.menu-link:link, #edit1 a.menu-link:visited, #edit1 a.menu-link:hover {
	font-size: .85em;
	font-weight: normal;
	font-style: normal;	
	color: #d22626; /*-- red --*/
	padding-right: 4px;
	text-decoration: underline;
	}
#edit1 a.menu-link:hover {
	color: #000;
	text-decoration: underline;
	}
#edit1-admin a.admin-link:link, #edit1-admin a.admin-link:visited, #edit1-admin a.admin-link:hover,
#edit1 a.admin-link:link, #edit1 a.admin-link:visited, #edit1 a.admin-link:hover {
	font-family: Arial, sans-serif;
	font-size: .55em;
	font-weight: normal;
	color: #d22626; /*-- red --*/
	text-decoration: underline;
	}
#edit1-admin a.admin-link:hover,
#edit1 a.admin-link:hover {
	color: #30579c; /*-- blue --*/
	text-decoration: underline;
	}
/*#edit1 a.admin-icon:link, #edit1 a.admin-icon:visited, #edit1 a.admin-icon:hover {
	margin-top: 10px;
	padding: 0;
	height: 17px;
	width: 19px;
	border: 0;
	}
#edit1 a.admin-icon:hover {
	background-color: transparent;
	}*/

/* Preload.css
--------------------------------------------------*/
.headline1 {
	font-family: 'Times New Roman' , Georgia, Serif;
	color: #000;
	font-size: 1.85em;
	line-height: 1.95em;
	margin-bottom: -20px;
	}
.headline2 {
	font-family: 'Times New Roman' , Georgia, Serif;
	color: #d22626; /*-- red --*/
	font-size: 1.45em;
	line-height: 1.65em;
	font-weight: bold;
	margin-bottom: -20px;
	}
.headline3 {
	font-family: 'Times New Roman' , Georgia, Serif;
	color: #30579c; /*-- blue --*/
	font-size: 1.45em;
	line-height: 1.45em;
	font-weight: bold;
	}
ul.bullet-set-1 {
	display: block;
	padding: 4px;
	padding: 6px;
	padding-left: 10px;
	background-color: #efefef;
	margin: 0;
	margin-left: 38px;
	margin-right: 60px;
	}
ul.bullet-set-1 li {
	list-style-image: url(../images/arrow-red-on-grey.gif);
	list-style-type: none;
	text-align: left;
	position: relative;
	text-indent: 0;
	margin-left: 14px;
	line-height: 1.25em;
	padding-bottom: 5px;
	}
li.bullet-set-1 {
	display: block;
	background: #efefef url(../images/arrow-red-on-grey.gif) 6px 4px no-repeat;
	list-style-type: none;
	text-align: left;
	position: relative;
	text-indent: 0;
	margin: 0;
	margin-left: 0px;
	margin-right: 60px;
	line-height: 1.25em;
	padding: 0px 6px 5px 20px;
	background-color: #efefef;
	}
ul.bullet-set-home {
	display: block;
	padding: 4px;
	padding: 6px;
	padding-left: 10px;
	background-color: #efefef;
	margin: 0;
	}
ul.bullet-set-home li {
	list-style-image: url(../images/arrow-red-on-grey.gif);
	list-style-type: none;
	text-align: left;
	position: relative;
	text-indent: 0;
	margin-left: 14px;
	/*line-height: 1.25em;*/
	padding-bottom: 5px;
	}
li.bullet-set-home {
	display: block;
	background: #efefef url(../images/arrow-red-on-grey.gif) 6px 4px no-repeat;
	list-style-type: none;
	text-align: left;
	position: relative;
	text-indent: 0;
	margin: 0;
	margin-left: 0px;
	/*line-height: 1.25em;*/
	padding: 0px 6px 5px 20px;
	background-color: #efefef;
	}
.black-bold {
	font-family: Arial, sans-serif;
	color: #000;
	font-weight: bold;
	}
.black-big {
	font-family: Arial, sans-serif;
	color: #000;
	font-weight: normal;
	font-size: 1.5em;
	line-height: 1.25em;
	}
.black-bold-big {
	font-family: Arial, sans-serif;
	color: #000;
	font-weight: bold;
	font-size: 1.5em;
	line-height: 1.25em;
	}
.black-bold-italic {
	font-family: Arial, sans-serif;
	color: #000;
	font-weight: bold;
	font-style: italic;
	}
.black-bold-italic-big {
	font-family: Arial, sans-serif;
	color: #000;
	font-weight: bold;
	font-style: italic;
	font-size: 1.5em;
	line-height: 1.25em;
	}
.black-bold-caps {
	font-family: Arial, sans-serif;
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
	}
.black-bold-caps-big {
	font-family: Arial, sans-serif;
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 1.5em;
	line-height: 1.25em;
	}
.black-bold-italic-caps {
	font-family: Arial, sans-serif;
	color: #000;
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
	}
.black-bold-italic-caps-big {
	font-family: Arial, sans-serif;
	color: #000;
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
	font-size: 1.5em;
	line-height: 1.25em;
	}
.red-bold {
	font-family: Arial, sans-serif;
	color: #d22626; /*-- red --*/
	font-weight: bold;
	}
.red-bold-big {
	font-family: Arial, sans-serif;
	color: #d22626; /*-- red --*/
	font-weight: bold;
	font-size: 1.5em;
	line-height: 1.25em;
	}
.red-bold-italic {
	font-family: Arial, sans-serif;
	color: #d22626; /*-- red --*/
	font-weight: bold;
	font-style: italic;
	}
.red-bold-italic-big {
	font-family: Arial, sans-serif;
	color: #d22626; /*-- red --*/
	font-weight: bold;
	font-style: italic;
	font-size: 1.5em;
	line-height: 1.25em;
	}
.red-bold-caps {
	font-family: Arial, sans-serif;
	color: #d22626; /*-- red --*/
	font-weight: bold;
	text-transform: uppercase;
	}
.red-bold-caps-big {
	font-family: Arial, sans-serif;
	color: #d22626; /*-- red --*/
	font-weight: bold;
	text-transform: uppercase;
	font-size: 1.5em;
	line-height: 1.25em;
	}
.red-bold-italic-caps {
	font-family: Arial, sans-serif;
	color: #d22626; /*-- red --*/
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
	}
.red-bold-italic-caps-big {
	font-family: Arial, sans-serif;
	color: #d22626; /*-- red --*/
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
	font-size: 1.5em;
	line-height: 1.25em;
	}
.blue-bold {
	font-family: Arial, sans-serif;
	color: #30579c; /*-- blue --*/
	font-weight: bold;
	}
.blue-bold-big {
	font-family: Arial, sans-serif;
	color: #30579c; /*-- blue --*/
	font-weight: bold;
	font-size: 1.5em;
	line-height: 1.25em;
	}
.blue-bold-italic {
	font-family: Arial, sans-serif;
	color: #30579c; /*-- blue --*/
	font-weight: bold;
	font-style: italic;
	}
.blue-bold-italic-big {
	font-family: Arial, sans-serif;
	color: #30579c; /*-- blue --*/
	font-weight: bold;
	font-style: italic;
	font-size: 1.5em;
	line-height: 1.25em;
	}
.blue-bold-caps {
	font-family: Arial, sans-serif;
	color: #30579c; /*-- blue --*/
	font-weight: bold;
	text-transform: uppercase;
	}
.blue-bold-caps-big {
	font-family: Arial, sans-serif;
	color: #30579c; /*-- blue --*/
	font-weight: bold;
	text-transform: uppercase;
	font-size: 1.5em;
	line-height: 1.25em;
	}
.blue-bold-italic-caps {
	font-family: Arial, sans-serif;
	color: #30579c; /*-- blue --*/
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
	}
.blue-bold-italic-caps-big {
	font-family: Arial, sans-serif;
	color: #30579c; /*-- blue --*/
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
	font-size: 1.5em;
	line-height: 1.25em;
	}
.black-bold-serif {
	font-family: 'Times New Roman' , Georgia, Serif;
	color: #000;
	font-weight: bold;
	}
.black-bold-serif-big {
	font-family: 'Times New Roman' , Georgia, Serif;
	color: #000;
	font-weight: bold;
	font-size: 1.5em;
	line-height: 1.25em;
	}
.black-bold-italic-serif {
	font-family: 'Times New Roman' , Georgia, Serif;
	color: #000;
	font-weight: bold;
	font-style: italic;
	}
.black-bold-italic-serif-big {
	font-family: 'Times New Roman' , Georgia, Serif;
	color: #000;
	font-weight: bold;
	font-style: italic;
	font-size: 1.5em;
	line-height: 1.25em;
	}
.black-bold-caps-serif {
	font-family: 'Times New Roman' , Georgia, Serif;
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
	}
.black-bold-caps-serif-big {
	font-family: 'Times New Roman' , Georgia, Serif;
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 1.5em;
	line-height: 1.25em;
	}
.black-bold-italic-caps-serif {
	font-family: 'Times New Roman' , Georgia, Serif;
	color: #000;
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
	}
.black-bold-italic-caps-serif-big {
	font-family: 'Times New Roman' , Georgia, Serif;
	color: #000;
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
	font-size: 1.5em;
	line-height: 1.25em;
	}
.red-bold-serif {
	font-family: 'Times New Roman' , Georgia, Serif;
	color: #d22626; /*-- red --*/
	font-weight: bold;
	}
.red-bold-serif-big {
	font-family: 'Times New Roman' , Georgia, Serif;
	color: #d22626; /*-- red --*/
	font-weight: bold;
	font-size: 1.5em;
	line-height: 1.25em;
	}
.red-bold-italic-serif {
	font-family: 'Times New Roman' , Georgia, Serif;
	color: #d22626; /*-- red --*/
	font-weight: bold;
	font-style: italic;
	font-size: 1.5em;
	line-height: 1.25em;
	}
.red-bold-caps-serif {
	font-family: 'Times New Roman' , Georgia, Serif;
	color: #d22626; /*-- red --*/
	font-weight: bold;
	text-transform: uppercase;
	}
.red-bold-caps-serif-big {
	font-family: 'Times New Roman' , Georgia, Serif;
	color: #d22626; /*-- red --*/
	font-weight: bold;
	text-transform: uppercase;
	font-size: 1.5em;
	line-height: 1.25em;
	}
.red-bold-italic-caps-serif {
	font-family: 'Times New Roman' , Georgia, Serif;
	color: #d22626; /*-- red --*/
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
	}
.red-bold-italic-caps-serif-big {
	font-family: 'Times New Roman' , Georgia, Serif;
	color: #d22626; /*-- red --*/
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
	font-size: 1.5em;
	line-height: 1.25em;
	}
.blue-bold-serif {
	font-family: 'Times New Roman' , Georgia, Serif;
	color: #30579c; /*-- blue --*/
	font-weight: bold;
	}
.blue-bold-serif-big {
	font-family: 'Times New Roman' , Georgia, Serif;
	color: #30579c; /*-- blue --*/
	font-weight: bold;
	font-size: 1.5em;
	line-height: 1.25em;
	}
.blue-bold-italic-serif {
	font-family: 'Times New Roman' , Georgia, Serif;
	color: #30579c; /*-- blue --*/
	font-weight: bold;
	font-style: italic;
	}
.blue-bold-italic-serif-big {
	font-family: 'Times New Roman' , Georgia, Serif;
	color: #30579c; /*-- blue --*/
	font-weight: bold;
	font-style: italic;
	font-size: 1.5em;
	line-height: 1.25em;
	}
.blue-bold-caps-serif {
	font-family: 'Times New Roman' , Georgia, Serif;
	color: #30579c; /*-- blue --*/
	font-weight: bold;
	text-transform: uppercase;
	}
.blue-bold-caps-serif-big {
	font-family: 'Times New Roman' , Georgia, Serif;
	color: #30579c; /*-- blue --*/
	font-weight: bold;
	text-transform: uppercase;
	font-size: 1.5em;
	line-height: 1.25em;
	}
.blue-bold-italic-caps-serif {
	font-family: 'Times New Roman' , Georgia, Serif;
	color: #30579c; /*-- blue --*/
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
	}
.blue-bold-italic-caps-serif-big {
	font-family: 'Times New Roman' , Georgia, Serif;
	color: #30579c; /*-- blue --*/
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
	font-size: 1.5em;
	line-height: 1.25em;
	}
/*a:link, a:visited, a:hover {
	color: #2fcb00; /*-- medium green -- /
	text-decoration: none;
	background-color: transparent;
	border-bottom: 1px solid #2fcb00; /*-- medium green -- /
	}
a:hover {
	background-color: #ffff66; /*-- light yellow -- /
	text-decoration: none;
	border-bottom: 1px solid #ccc; 
	}*/

.tableUnderline
{
}

.tableUnderline td
{
	border-bottom: solid 1px #cccccc;
}

.black-big {
	font-family: Arial, sans-serif;
	color: #000;
	font-weight: normal;
	font-size: 1.5em;
	}
	
.red-bold-big {
	font-family: Arial, sans-serif;
	color: #d22626; /*-- red --*/
	font-weight: bold;
	font-size: 1.5em;
	}
	
