/*----------------------------------------------------------------------------
++ EXTERNAL SOURCE: customize.css
++ Customize Style Sheet
----------------------------------------------------------------------------
Global Resets
*****************************************/
*	{
	margin: 0;
	padding: 0;
	color: #333;
}
li, dd	{
	margin-left: 1em;
}
#content blockquote, #content form, label, #content ul, #content ol, #content dl, #content fieldset, #content address	{
	margin: 1.8em 0;
}
.contentpane li	{
	list-style-position: inside;
}
fieldset	{
	padding: 0.5em;
	border: none;
}
p	{
	padding: 0.5em 0;
	line-height: 1.4em;
}
img	{
	border: 0;
}
a img	{
	border: 0;
}
table	{
	font-size: 1em;
/*This helps fix the relative font sizing problem with tables in IE*/
}
.hidden	{
	display: none;
}
/****** BASE FONT STYLES *******/
body.smaller-text	{
	font-size: 12px;
}
body.medium-text	{
	font-size: 13px;
}
body.large-text	{
	font-size: 15px;
	font-weight: 100;
}
/*Base Typography
*****************************************/
body	{
	font: normal 100%/175% Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6	{
	padding-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0.5em 0;
}
h1	{
	font-size: 210%;
	line-height: 100%;
	color: #286194;
}
h2	{
	font-size: 185%;
	line-height: 100%;
}
h3	{
	font-size: 160%;
	color: #286194;
}
h4	{
	font-size: 140%;
}
h5	{
	font-size: 120%;
}
h6	{
	font-size: 100%;
}
pre	{
	background: #FCFBF5;
	border-top: 3px solid #F9F6EB;
	border-bottom: 3px solid #F9F6EB;
	margin: 0px 0px 15px;
	padding: 10px;
}
pre p	{
	border-top: 1px solid #3C3C3C;
	border-bottom: 1px solid #3C3C3C;
	color: #FFFFFF;
	margin: 0;
	padding: 10px 10px 10px 20px;
}
blockquote.quote	{
	color: #666;
	font-style: italic;
	font-size: 100%;
	line-height: 110%;
	width: auto;
	padding: 0;
	margin: 0;
	background: #1A1A1A;
	border: 1px solid #2C2C2C;
	font-style: normal;
}
blockquote.quote p	{
	padding: 15px 50px 15px 15px;
	margin: 0;
	background: url(../images/icon-blockquote.jpg) no-repeat 100% 10%;
	border: 1px solid #000000;
	color: #FFFFFF;
}
p.color-green	{
	display: block;
	padding: 8px 10px;
	margin: 15px 0;
	border-top: 3px solid #98CB00;
	border-bottom: 3px solid #98CB00;
	background: #FFFFFF;
	color: #010101;
}
p.color-blue	{
	display: block;
	padding: 8px 10px;
	margin: 15px 0;
	border-top: 3px solid #7DB6FB;
	border-bottom: 3px solid #7DB6FB;
	background: #ECF2FE;
	color: #010101;
}
p.color-orange	{
	display: block;
	padding: 8px 10px;
	margin: 15px 0;
	border-top: 3px solid #F18B41;
	border-bottom: 3px solid #F18B41;
	background: #FDF6E4;
	color: #010101;
}
p.color-pink	{
	display: block;
	padding: 8px 10px;
	margin: 15px 0;
	border-top: 3px solid #D5688F;
	border-bottom: 3px solid #D5688F;
	background: #FAE8E8;
	color: #010101;
}
p.color-grey	{
	display: block;
	padding: 8px 10px;
	margin: 15px 0;
	border-top: 3px solid #CCCCCC;
	border-bottom: 3px solid #CCCCCC;
	background: #FAFAFA;
	color: #010101;
}
/*@group Notice Styles*/
p.error, p.tips, p.info	{
	display: block;
	padding: 8px 10px 8px 35px;
	margin: 15px 0;
}
p.error	{
	color: #CD3301;
	border-top: 3px solid #CD3301;
	border-bottom: 3px solid #CD3301;
	background: #FAE8E8 url(../images/icon-typo-error.jpg) no-repeat 10px 50%;
}
p.tips	{
	color: #2D84E3;
	border-top: 3px solid #ADCEFB;
	border-bottom: 3px solid #ADCEFB;
	background: #ECF2FE url(../images/icon-typo-tips.jpg) no-repeat 10px 50%;
}
p.info	{
	color: #CA6701;
	border-top: 3px solid #F2A378;
	border-bottom: 3px solid #F2A378;
	background: #FDF6E4 url(../images/icon-typo-info.jpg) no-repeat 10px 50%;
}
/*@end*/
.highlight	{
	background: #286194;
	color: #FFF;
}
/* Lists Style
*****************************************/
#main ol	{
	padding: 0;
	list-style-position: inside;
}
#main ol li	{
	padding: 2px 0 2px 5px;
}
#content ul ul, #content ul ul ul, #content ul ul ul ul	{
	margin-left: 25px;
}
#content ol ol, #content ol ol ol, #content ol ol ol ol	{
	margin-left: 25px;
}
ul.li-round1, ul.li-round2, ul.li-arrow, ul.li-star	{
	padding-left: 10px;
	margin-left: 0;
}
ul.li-round1 li, ul.li-round2 li, ul.li-arrow li, ul.li-star li	{
	list-style: none;
	margin-left: 0;
	padding-bottom: 3px;
	margin-bottom: 5px;
	padding-left: 20px;
}
ul.li-round1 li	{
	background: url(../images/icon-li-orange.jpg) no-repeat 2px 4px;
}
ul.li-round2 li	{
	background: url(../images/icon-li-pink.jpg) no-repeat 2px 4px;
}
ul.li-arrow li	{
	background: url(../images/icon-li-arrow.jpg) no-repeat 2px 4px;
}
ul.li-star li	{
	background: url(../images/icon-li-star.jpg) no-repeat 2px 4px;
}
/* Latest News Module*/
#content ul.latestnews li, #content ul.mostread li	{
	list-style-type: none;
	margin: 0;
	font-size: 1.2em;
}
ul.mostread-news li	{
	padding-left: 10px;
	margin-left: 0;
	list-style: none;
	margin-left: 0;
	padding-bottom: 3px;
	margin-bottom: 5px;
	padding-left: 20px;
	background: url(../images/icon-li-star.jpg) no-repeat 2px 4px;
}
ul.mostread-news li a:link, ul.mostread-news li a:visited	{
	color: white;
	display: block;
}
/* Horizontal Rules
*****************************************/
hr	{
	border: none;
	height: 1px;
	margin: 10px 0;
}
/* Links Styling
*****************************************/
a:link, a:visited {
	text-decoration: none;
}
a:hover, a:active	{
	text-decoration: underline;
}
#mainbody a.readon:link, #mainbody a.readon:visited, #mainbody a.readon:hover	{
	display: block;
	text-decoration: none;
	height: 20px;
	width: auto;
	background: url(../images/readmore.png) no-repeat;
	padding: 0 0 0 30px;
	margin-top: 15px;
	font-size: 0.9em;
	line-height: 20px;
	color: #444;
	position: relative;
}
#mainbody a.readon span{
	position: absolute;
	left: -79998px;
}
li span.small	{
	font-size: 0.9em;
}
li br	{
	display: none;
}
/*Joomla Specific
*****************************************/
.contentheading, .componentheading, .componentheadingregistration	{
	font-size: 1.7em;
	line-height: 1em;
	font-weight: bold;
	color: #666;
}
.componentheading	{
	margin-bottom: 5px;
}
table.contentpaneopen, table.contentpane	{
	font-size: 1em;
}
.sectiontableheader, tr.sectiontableentry1 td, tr.sectiontableentry2 td, td.sectiontableentry1, td.sectiontableentry2	{
	text-indent: 5px;
	border-bottom: 1px solid #FFF;
	padding: 4px 0;
}
#content .sectiontableheader a	{
	color: #FFF;
}
.sectiontableheader	{
	background: transparent url(../images/table-header-bg.png) repeat-x scroll 0%;
	color: white;
	font-weight: bold;
	line-height: 18px;
	text-align: left;
}
.sectiontableentry1	{
	background: #F9F6EB;
	font-size: 1em;
}
.sectiontableentry2	{
	background: #FCFBF5;
	font-size: 1em;
}
span.small	{
	color: #999;
	font-size: 0.9em;
}
.createdate	{
	background: transparent url(../images/icon-date.png) no-repeat 0 2px;
	text-indent: 20px;
	color: #666;
	padding-left: 0px;
	font-size: 1em;
	padding-bottom: 5px;
}
.modifydate	{
	background:transparent url(../images/icon-updated.png) no-repeat scroll 0 50%;
	color:#666;
	font-size:0.8em;
	padding-left:0;
	padding-top:0;
	text-indent:20px;
}
table.contenttoc	{
/*NOTE: Keeps the blog tables from crowding*/
	margin: 5px;
	padding: 0px;
	float: right;
}
table.contentpane	{
	border: none;
	width: 100%;
}
table.contentpaneopen	{
	border: none;
}
table.searchintro	{
	padding: 10px 0;
	width: 100%;
}
.blog_more	{
	margin: 10px 0;
}
.blog_more strong	{
	margin: 0 0 5px;
	padding-left: 13px;
	display: block;
	color: #666666;
	text-transform: uppercase;
}
td.buttonheading	{
	padding: 0 3px !important; /*[e]0 3px*/
}
.mosimage	{
	background: #F2EFE1 none repeat scroll 0%;
	border: 1px solid #D9D6CB;
	margin: 0px 5px 5px;
	padding: 4px;
}
.mosimage img	{
	padding: 0;
	margin: 0;
}
.mosimage_caption	{
	margin-top: 2px;
	padding: 0px 2px;
	color: #333;
	font-weight: normal;
	font-size: 1em;
}
/*Article Index*/
table.contenttoc	{
	background: #FFF;
	margin: 7px;
	margin-right: 0;
	padding: 2px;
	border: 1px solid #CCC;
}
table.contenttoc td	{
	padding: 0 7px;
}
table.contenttoc th	{
	padding: 0 10px;
	font-size: 1em;
	color: #FFF;
	background: #CCC;
}
.pagenav	{
	text-align: center;
	font-size: 1em;
	font-weight: bold;
	width: auto;
	padding: 0px 10px;
	line-height: 20px;
	margin: 1px;
	color: #555;
}
.article_seperator	{
	border: 1px solid #E4DFD6;
	display: block;
	height: 0;
	margin: 10px 0;
	width: 100%;
}
.moduletable span.article_seperator, #inset .moduletable .article_seperator	{
	display: none !important; /*[e]none*/
}
table.blog .article_seperator	{
	display: none !important; /*[e]none*/
}
.blog_more	{
	font-size: 1.1em;
}
/*Send to a Friend Popup*/
body.contentpane form table	{
	margin: 20px;
	font-size: 1em;
}
body.contentpane form table .inputbox	{
	width: 200px;
	margin-bottom: 5px;
}
body.contentpane form table input.button	{
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-top: 1px solid #DDD;
	border-left: 1px solid #DDD;
	padding: 3px 7px;
	background: #EEE;
	color: #999;
}
/*Print Styling
*****************************************/
body.contentpane	{
	background: #FFF;
}
body.contentpane table.contentpaneopen	{
	padding: 20px;
	background: #FFF;
}
body.contentpane a span.small	{
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
/*Form Styling
*****************************************/
select, select.inputbox	{
	color: #666;
}
td.smalldark	{
	font-size: 0.8em;
}
/*Contact Page Styling*/
div.contact_email input, div.contact_email textarea	{
	font-size: 1.1em;
	color: #666;
	font-family: inherit;
}
div.contact_email input	{
	padding: 2px 5px;
}
.fleftimg	{
	float: left;
	display: inline;
	margin: 13px 0 0 0px;
	padding-bottom: 25px;
	padding-right: 14px;
}
.fleftimgtc	{
	float: left;
	display: inline;
	margin: 5px 0 10px 10px;
	padding-right: 15px;
}
blockquote	{
	background: #F9F6EB url(../images/blockquote.png) no-repeat 97% 10px;
	border: 1px solid #E6E6C0;
	padding: 10px 60px 10px 10px;
}
/*intelligent modules*/
.clear	{
	clear: both;
	display: block;
	height: 0px;
	font-size: 1px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
div.moduletable.first, div.moduletable.middle	{
	float: left;
	display: inline;
}
div.moduletable.last	{
	float: right;
	display: inline;
}
/*user2 intelligent modules
safari height fix*/
#user1 div.countin1, #user1 div.countin2, #user1 div.countin3, #user2 div.countin1, #user2 div.countin2, #user2 div.countin3, #advert1 div.countin1, #advert1 div.countin2, #advert1 div.countin3, #advert3 div.countin1, #advert3 div.countin2, #advert3 div.countin3, #bottom_modules div.countin1, #bottom_modules div.countin2, #bottom_modules div.countin3	{
	height: 100% !important; /*[e]100%*/
}
#user2 div.countin3	{
	width: 304px;
	overflow: hidden;
	margin-bottom: 27px;
	display: block;
}
#user2 div.countin2	{
	/*width: 470px;*/
	width: 965px;
	overflow: hidden;
	/*margin-bottom: 27px;*/
	display: block;
}
#user2 div.countin1	{
	width: 965px;
	clear: both;
	overflow: hidden;
	/*margin-bottom: 27px;*/
	display: block;
}
#user2 div.middle	{
	margin-left: 32px;
	width: 300px;
	margin-bottom: 7px;
	display: block;
}
#user2 .moduletable h3	{
	font-size: 1.8em;
	line-height: 23px;
	margin-top: 25px;
}
#home #user2 .no-display div {
	display: none ! important;
}
#home .contentpaneopen h2.contentheading {
	margin-bottom: 0 ! important;
}
#user2 .moduletable a.readon	{
	padding: 0;
	margin: 0;
	text-indent: 0;
	font-size: 1.4em;
	font-weight: bold;
	text-transform: lowercase;
	padding-top: 10px;
	background: none;
	margin-bottom: 20px;
}
/*bottom intelligent modules*/
#bottom_modules {
	background: #F1E2BF url(../images/bottom_modules_bg.png) repeat-x top;
	padding: 15px 0;
}
#bottom_modules div.countin3 {
	width: 304px;
	overflow: hidden;
	margin-bottom: 7px;
}
#bottom_modules div.countin2 {
	width: 470px;
	overflow: hidden;
	margin: 10px 0 17px;
}
#bottom_modules div.countin1 {
	width: 965px;
	clear: both;
	overflow: hidden;
	margin-bottom: 7px;
}
#bottom_modules div.middle	{
	margin-left: 27px;
	width: 300px;
	margin-bottom: 7px;
}
#bottom_modules .moduletable h3 {
	border-bottom: 2px solid #D5BD97;
	color: #61502E;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 23px;
}
#bottom_modules .moduletable li {
	line-height: 27px;
	list-style: none;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #F6EBD4;
}
#bottom_modules .moduletable li a:link, #bottom_modules .moduletable li a:visited {
	display: block;
	color: #333;
	font-size: 13px;
	padding: 0 4px;
}
#bottom_modules .moduletable li a:hover {
	background: #F6EBD4;
	text-decoration: none;
}
/*user1 intelligent modules*/
#user1 div.countin3, #advert1 div.countin3, #advert3 div.countin3	{
	width: 30%;
	overflow: hidden;
	margin-bottom: 7px;
}
#user1 div.countin2, #advert1 div.countin2, #advert3 div.countin2	{
	width: 48%;
	overflow: hidden;
	margin-bottom: 7px;
}
#user1 div.countin1, #advert1 div.countin1, #advert3 div.countin1	{
	width: 100%;
	clear: both;
	overflow: hidden;
	margin-bottom: 7px;
}
#user1 div.middle, #advert1 div.middle, #advert3 div.middle	{
	width: 30%;
	margin-bottom: 7px;
}
body.scheme_3 #advert1 .middle, body.scheme_3 #advert3 .middle, body.scheme_3 #user1 .middle	{
	margin-left: 26px;
}
body.scheme_2 #advert1 .middle, body.scheme_2 #advert3 .middle, body.scheme_2 #user1 .middle	{
	margin-left: 36px;
}
.scheme_1 #advert1 .middle, .scheme_1 #advert3 .middle, .scheme_1 #user1 .middle	{
	left: 46px;
	position: relative;
}
#user1 .moduletable h3, #advert1 .moduletable h3, #advert3 .moduletable h3	{
	font-size: 23px;
	line-height: 23px;
	font-size: 1.8em;
	border-bottom: 3px solid #E2DDC5;
}
#user1 .moduletable a.readon, #advert1 .moduletable a.readon, #advert3 .moduletable a.readon, #bottom_modules .moduletable a.readon	{
	padding: 0;
	margin: 0;
	text-indent: 0;
	font-size: 1em;
	font-weight: normal;
	padding-top: 0px;
	background: none;
	display: block;
	padding: 14px 0 4px;
}
#bottom_modules .moduletable a.readon {
	color: #61502E;
	font-weight: bold;
}
#advert2	{
	border: 1px solid red;
	display: block;
	height: auto;
}
.inset .moduletable-insetinfo	{
	border-bottom: 4px solid #F2EFE1;
	border-top: 4px solid #F2EFE1;
	background: #F9F6EB url(../images/inset-bulb.png) no-repeat 23px 50%;
	padding: 10px 10px 10px 66px;
	font-size: 1em;
	margin: 1px 0;
}
.inset .moduletable {
	border-bottom: 4px solid #F2EFE1;
	border-top: 4px solid #F2EFE1;
	padding: 10px 20px;
	font-size: 1em;
	background: #F9F6EB;
	margin: 1px 0;
}
.inset .moduletable h3, .inset .moduletable-insetinfo h3	{
	font-size: 17px;
	margin: 4px 0;
	padding: 0;
}
.moduletable-insetalert, .moduletable-insettip, .moduletable-insethelp {
	display: block;
	padding: 3px 10px 3px 35px;
	margin: 1px 0;
	font-size: 1em;
}
.moduletable-insetalert	{
	color: #CD3301;
	border-top: 3px solid #CD3301;
	border-bottom: 3px solid #CD3301;
	background: #FAE8E8 url(../images/icon-typo-error.jpg) no-repeat 10px 50%;
}
.moduletable-insettip	{
	color: #2D84E3;
	border-top: 3px solid #ADCEFB;
	border-bottom: 3px solid #ADCEFB;
	background: #ECF2FE url(../images/icon-typo-tips.jpg) no-repeat 10px 50%;
}
.moduletable-insethelp	{
	color: #CA6701;
	border-top: 3px solid #F2A378;
	border-bottom: 3px solid #F2A378;
	background: #FDF6E4 url(../images/icon-typo-info.jpg) no-repeat 10px 50%;
}
p.module-address	{
	background: transparent url(../images/module-address.png) no-repeat scroll 0px 10px;
	padding-left: 24px;
}
p.module-mobile	{
	background: transparent url(../images/module-mobile.png) no-repeat scroll 3px 8px;
	padding-left: 24px;
	margin: -0.5em 0;
}
p.module-fax	{
	background: transparent url(../images/module-fax.png) no-repeat scroll 0px 8px;
	text-indent: 25px;
	margin: -0.5em 0;
}
p.module-email	{
	background: transparent url(../images/module-email.png) no-repeat scroll 0px 10px;
	text-indent: 25px;
	margin: -0.5em 0;
}
p.module-email a	{
	color: #333;
}
.sendusemail a:link, .sendusemail a:visited	{
	display: block;
	width: 176px;
	height: 26px;
	background: url(../images/sendusemail.png) no-repeat;
	color: #333;
	font-size: 11px;
	padding: 3px 0 0 8px;
	margin-top: 8px;
}
.wheretogethelp p	{
	background: transparent url(../images/wheretogethelp.png) no-repeat scroll right bottom;
	padding: 0pt 50px 10px 0pt;
}
.wheretogethelp ul	{
	margin: 0;
	padding: 0;
	list-style: none;
}
.wheretogethelp li	{
	background: url(../images/wheretogethelp-star.png) no-repeat left;
	padding: 0;
	margin: 9px 0;
}
.wheretogethelp li a:link, .wheretogethelp li a:visited	{
	padding: 5px 0 0 25px;
	color: #006DA8;
}
#nav .search{
	background: transparent url(../images/searchbox.png) no-repeat left;
	position: absolute;
	right: 0;
	top: 5px;
	border: none;
	width: 130px;
	font-size: 0.9em;
	height: 21px;
	line-height: 21px;
	margin: 4px 0 0 0;
	padding: 3px 30px 0 5px;
}
#nav .search input{
	background: none;
	border: 0;
	padding: 0;
	margin: 0;
	width: 130px;
}
.suckerfish #nav input.inputbox, .dropline #nav input.inputbox	{
	top: 8px;
}
#nav input.button	{
	position: absolute;
	right: 5px;
	top: 15px;
	float: right;
	width: 18px;
	height: 18px;
	background: none;
	border: none;
	display: block;
	text-indent: -88888px;
	padding: 40px 0 0;
	margin: 0;
	line-height: normal;
	cursor: pointer;
	overflow: hidden;
}
#wrapper .article-options, #wrapper .article-options li	{
	margin: 0;
	padding: 0;
	list-style: none;
}
#wrapper .article-options li	{
	display: inline;
	font-size: 0.8em;
}
.article_column	{
	padding-right: 1em;
}
.column_separator	{
	padding: 0 0 0 1.5em;
	border-left: 1px dotted #CCC;
}
.article_separator	{
	display: block;
	margin-top: 2em;
	height: 2em;
	/* border-top: 1px dotted #CCC; */
}
.tool-tip{
	border: 1px solid #D5BD97;
	background: #F7ECD7;
}
.tool-tip div{
	border: 1px solid #fff;
	padding: 5px 5px 3px 5px;
}
.tool-tip div div{
	border: 0;
}
.tool-title{
	margin: -5px -5px 0 -5px;
	background: #D5BD97;
	padding: 5px;
}
/* changes added 01-05-09 */

/* content table style one */
table#tableStyleOne {
	border-collapse: collapse;
	/*border: 1px solid #996;*/
	border: 1px solid #cc9;
	font: normal 80%/140% verdana, arial, helvetica, sans-serif;
	color: #333;
	background: #fffff0;
	width: 100%
}
table#tableStyleOne caption {
	padding: 0 .4em .4em;
	text-align: left;
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
	color: #333;
	background: transparent;
}
table#tableStyleOne td, table#tableStyleOne th {
	border: 1px solid #cc9;
	padding: .3em;
}
table#tableStyleOne thead th, table#tableStyleOne tfoot th {
	border: 1px solid #cc9;
	text-align: left;
	font-size: 1em;
	font-weight: bold;
	color: #444;
	background: #dbd9c0;
}
table#tableStyleOne tbody td a {
	background: transparent;
	color: #72724c;
	text-decoration: none;
	border-bottom: 1px dotted #cc9;
}
table#tableStyleOne tbody td a:hover {
	background: transparent;
	color: #666;
	border-bottom: 1px dotted #72724c;
}
table#tableStyleOne tbody th a {
	background: transparent;
	color: #72724c;
	text-decoration: none;
	font-weight:bold;
	border-bottom: 1px dotted #cc9;
}
table#tableStyleOne tbody th a:hover {
	background: transparent;
	color: #666;
	border-bottom: 1px dotted #72724c;
}
table#tableStyleOne tbody th, table#tableStyleOne tbody td {
	vertical-align: top;
	text-align: left;
}
table#tableStyleOne tfoot td {
	border: 1px solid #996;
}
table#tableStyleOne .odd {
	color: #333;
	background: #f7f5dc;
}
table#tableStyleOne tbody tr:hover {
	color: #333;
	background: #fff;
}
table#tableStyleOne tbody tr:hover th, table#tableStyleOne tbody tr.odd:hover th {
	color: #333;
	/*background: #ddd59b;*/
	background: #fff
}

/* content table style two */
table#tableStyleTwo {
	background-color: #baaea3;
	text-align: left;
	border-spacing: 0px;
}
table#tableStyleTwo a, table#tableStyleTwo, table#tableStyleTwo tbody, table#tableStyleTwo tfoot, table#tableStyleTwo tr, table#tableStyleTwo th, table#tableStyleTwo td {
   font-family: Arial, Helvetica, sans-serif;
	line-height: 14px;
	font-size: 12px;
	color: #55595c;
}
table#tableStyleTwo tbody td {
	padding: 5px;
	/*height: 30px;*/
}
table#tableStyleTwo caption {
	border-bottom-color: #b5370e;
	border-right-color: #b5370e;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	text-transform: uppercase;
	font-size: 14px;
	text-align: left;
	font-style: normal;
	color: #b5370e;
	padding: 10px;
}
table#tableStyleTwo a {
	text-decoration: none;
	color: #816658;
}
table#tableStyleTwo a:hover, table#tableStyleTwo a:focus {
	text-decoration: underline;
}
table#tableStyleTwo th {
	font-style: normal;
	font-weight: normal;
	border-bottom: 1px dotted #baaea3;
	border-top: 1px dotted #baaea3;
}
table#tableStyleTwo th a {
	color: #816658;
	text-align: left;
	padding: 5px;
	display: block;
}
table#tableStyleTwo .odd th a, table#tableStyleTwo .odd td a, table#tableStyleTwo .odd td {
	color: #816658;
}
table#tableStyleTwo th a:hover, table#tableStyleTwo th a:focus, table#tableStyleTwo tbody tr:hover th {   
   font-style: normal;   
   font-weight: normal;   
   background-color: #b5370e;
}
table#tableStyleTwo .odd th, table#tableStyleTwo .odd td {
	background-color: #aaa096;
	border-bottom: 1px dotted #baaea3;
	border-top: 1px dotted #baaea3;
}
table#tableStyleTwo thead th {
	/*height: 30px;*/
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	padding: 5px;
	background-color: #816658;
	text-transform: none;
	color: #baaea3;
}
table#tableStyleTwo tfoot {
	border-top: 1px dotted #fff;
	/*height: 30px;*/
}
table#tableStyleTwo tfoot th, table#tableStyleTwo tfoot td {
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	padding: 5px;
	background-color: #816658;
	text-transform: none;
	color: #baaea3;
}
table#tableStyleTwo tbody th {
	color: #baaea3;
	font-style: normal;
	padding: 5px;
}
table#tableStyleTwo td {
   /*height: 30px;*/
   background-color: #baaea3;
   color: #816658;
	border-bottom: 1px dotted #baaea3;
	border-top: 1px dotted #baaea3;
}
table#tableStyleTwo tbody tr.odd {
	background-color: #baaea3;
	border-bottom: 1px dotted #baaea3;
}
table#tableStyleTwo tbody tr:hover td {
  background-color: #b5370e;
}
table#tableStyleTwo tbody tr:hover td, table#tableStyleTwo tbody tr:hover th, table#tableStyleTwo tbody tr:hover a {
	color: white;
}

/* content table style three */
table#tableStyleThree {
	font: normal 90%/150% Arial, Helvetica, sans-serif;
	border-collapse: collapse;
	/*border: 3px solid #f0f8ff;*/
	border-top: 5px double #87CEFA;
	border-bottom: 5px double #87CEFA;
	width: 100%;
}
table#tableStyleThree th {
	font: bold 1.1em/120% Arial, Helvetica, sans-serif;
	padding: 10px 10px;
	color: #047;
	font-weight: bold;
	text-align: left;
}
table#tableStyleThree thead th {
	border-top: 1px solid #87CEFA;
	border-bottom: 1px solid #87CEFA;
	white-space: nowrap;
	background: #F0F8FF;
}
table#tableStyleThree tbody td, table#tableStyleThree tbody th {
	padding: 10px 10px;
	background: #fff;
	color: #000;
}
table#tableStyleThree tbody th {
	color: #047;
	font-weight: normal;
	font-variant: normal;
	font-size: 1em;
}
table#tableStyleThree tbody tr.odd {
	border-top: 1px solid #87CEFA;
	border-bottom: 1px solid #87CEFA;
}
table#tableStyleThree tbody tr.odd td, table#tableStyleThree tbody tr.odd th {
	background: #F0F8FF;
}
table#tableStyleThree tfoot td, table#tableStyleThree tfoot th {
	border: none;
	padding-top: 10px;
}
table#tableStyleThree caption {
	letter-spacing: 5px;
	font-style: italic;
	text-align: left;
	text-indent: 2em;
	text-transform: uppercase;
	font-size: 150%;
	padding: 10px 0;
	color: #047;
}
table#tableStyleThree a:link {
	/*color: #DC143C;*/
}
table#tableStyleThree th a:link {
	/*color: #047;*/
	text-decoration: none;
}
table#tableStyleThree a:visited {
	color: #036;
	/*text-decoration: line-through;*/
}
table#tableStyleThree a:hover {
	color: #000;
	text-decoration: underline;
}
table#tableStyleThree a:active {
	color: #000;
}

/* content table style four */
table#tableStyleFour {
	font: normal 90%/150% Arial, Helvetica, sans-serif;
	border-collapse: collapse;
	/*border: 3px solid #f0f8ff;*/
	border-top: 5px double #D9D6CB;
	border-bottom: 5px double #D9D6CB;
	width: 100%;
}
table#tableStyleFour th {
	font: bold 1.1em/120% Arial, Helvetica, sans-serif;
	padding: 10px 10px;
	/*color: #047;*/
	font-weight: bold;
	text-align: left;
}
table#tableStyleFour thead th {
	border-top: 1px solid #D9D6CB;
	border-bottom: 1px solid #D9D6CB;
	white-space: nowrap;
	background: #F0F8FF;
}
table#tableStyleFour tbody td, table#tableStyleFour tbody th {
	padding: 10px 10px;
	background: #fff;
	color: #000;
}
table#tableStyleFour tbody th {
	color: #047;
	font-weight: normal;
	font-variant: normal;
	font-size: 1em;
}
table#tableStyleFour tbody tr.odd {
	border-top: 1px solid #D9D6CB;
	border-bottom: 1px solid #D9D6CB;
}
table#tableStyleFour tbody tr.odd td, table#tableStyleFour tbody tr.odd th {
	/*background: #F0F8FF;*/
	background: #fffff0;
}
table#tableStyleFour tfoot td, table#tableStyleFour tfoot th {
	border: none;
	padding-top: 10px;
}
table#tableStyleFour caption {
	letter-spacing: 5px;
	font-style: italic;
	text-align: left;
	text-indent: 2em;
	text-transform: uppercase;
	font-size: 150%;
	padding: 10px 0;
	color: #047;
}
table#tableStyleFour a:link {
	/*color: #DC143C;*/
}
table#tableStyleFour th a:link {
	/*color: #047;*/
	text-decoration: none;
}
table#tableStyleFour a:visited {
	color: #036;
	/*text-decoration: line-through;*/
}
table#tableStyleFour a:hover {
	color: #000;
	text-decoration: underline;
}
table#tableStyleFour a:active {
	color: #000;
}

/* content table style three bordered */
table#tableStyleThreeBordered {
	font: normal 90%/150% Arial, Helvetica, sans-serif;
	border-collapse: collapse;
	/*border: 3px solid #f0f8ff;*/
	border-top: 5px double #87CEFA;
	border-bottom: 5px double #87CEFA;
	border-left: 1px solid #87CEFA;
	width: 100%;
}
table#tableStyleThreeBordered th {
	font: bold 1.1em/120% Arial, Helvetica, sans-serif;
	padding: 10px 10px;
	color: #047;
	font-weight: bold;
	text-align: left;
}
table#tableStyleThreeBordered thead th {
	border-top: 1px solid #87CEFA;
	border-bottom: 1px solid #87CEFA;
	border-right: 1px solid #87CEFA;
	white-space: nowrap;
	background: #F0F8FF;
}
table#tableStyleThreeBordered tbody td, table#tableStyleThreeBordered tbody th {
	padding: 10px 10px;
	background: #fff;
	color: #000;
	border-right: 1px solid #87CEFA;
	border-bottom: 1px solid #87CEFA;
}
table#tableStyleThreeBordered tbody th {
	color: #047;
	font-weight: normal;
	font-variant: normal;
	font-size: 1em;
}
table#tableStyleThreeBordered tbody tr.odd {
	border-top: 1px solid #87CEFA;
	border-bottom: 1px solid #87CEFA
}

table#tableStyleThreeBordered tbody tr.odd td, table#tableStyleThreeBordered tbody tr.odd th {
	background: #F0F8FF;
}
table#tableStyleThreeBordered tfoot td, table#tableStyleThreeBordered tfoot th {
	border: none;
	padding-top: 10px;
}
table#tableStyleThreeBordered caption {
	letter-spacing: 5px;
	font-style: italic;
	text-align: left;
	text-indent: 2em;
	text-transform: uppercase;
	font-size: 150%;
	padding: 10px 0;
	color: #047;
}
table#tableStyleThreeBordered a:link {
	/*color: #DC143C;*/
}
table#tableStyleThreeBordered th a:link {
	/*color: #047;*/
	text-decoration: none;
}
table#tableStyleThreeBordered a:visited {
	color: #036;
	/*text-decoration: line-through;*/
}
table#tableStyleThreeBordered a:hover {
	color: #000;
	text-decoration: underline;
}
table#tableStyleThreeBordered a:active {
	color: #000;
}

blockquote.alt {
	background: none;
	border: none;
	padding: 10px;
	margin: 1em 0 0 0;
}
blockquote.alt p	{
	padding: 0 0 0 25px;
	margin: 0;
}

/* numbered list */
ul.ul_numbers {
	padding-left: 0;
	list-style-type: none;
}
ul.ul_numbers li {
	padding-top: 6px;
	padding-left: 36px;
}		
li.li_number1  {
	background: transparent url(../images/typography/s5_li_number1.png) no-repeat top left;
}
li.li_number2  {
	background: transparent url(../images/typography/s5_li_number2.png) no-repeat top left;
}
li.li_number3  {
	background: transparent url(../images/typography/s5_li_number3.png) no-repeat top left;
}
li.li_number4  {
	background: transparent url(../images/typography/s5_li_number4.png) no-repeat top left;
}
li.li_number5  {
	background: transparent url(../images/typography/s5_li_number5.png) no-repeat top left;
}
li.li_number6  {
	background: transparent url(../images/typography/s5_li_number6.png) no-repeat top left;
}
li.li_number7  {
	background: transparent url(../images/typography/s5_li_number7.png) no-repeat top left;
}
li.li_number8  {
	background: transparent url(../images/typography/s5_li_number8.png) no-repeat top left;
}
li.li_number9  {
	background: transparent url(../images/typography/s5_li_number9.png) no-repeat top left;
}
li.li_number1, li.li_number2, li.li_number3, li.li_number4, li.li_number5, li.li_number6, li.li_number7, li.li_number8, li.li_number9 {
	padding-top: 8px;
	padding-bottom: 22px;
	list-style-type: none;
	padding-right: 18px;
	padding-left: 40px
}
* html li.li_number1  {
	background: transparent url(../images/typography/s5_li_number1.gif) no-repeat top left;
}
* html li.li_number2  {
	background: transparent url(../images/typography/s5_li_number2.gif) no-repeat top left;
}
* html li.li_number3  {
	background: transparent url(../images/typography/s5_li_number3.gif) no-repeat top left;
}
* html li.li_number4  {
	background: transparent url(../images/typography/s5_li_number4.gif) no-repeat top left;
}
* html li.li_number5  {
	background: transparent url(../images/typography/s5_li_number5.gif) no-repeat top left;
}
* html li.li_number6  {
	background: transparent url(../images/typography/s5_li_number6.gif) no-repeat top left;
}
* html li.li_number7  {
	background: transparent url(../images/typography/s5_li_number7.gif) no-repeat top left;
}
* html li.li_number8  {
	background: transparent url(../images/typography/s5_li_number8.gif) no-repeat top left;
}
* html li.li_number9  {
	background: transparent url(../images/typography/s5_li_number9.gif) no-repeat top left;
}
* html li.li_number1, * html li.li_number2, * html li.li_number3, * html li.li_number4, * html li.li_number5, * html li.li_number6, * html li.li_number7, * html li.li_number8, * html li.li_number9 {
	padding-top: 8px;
	padding-bottom: 22px;
	list-style-type: none;
	padding-right: 18px;
	padding-left: 40px
}
.page-break { 
	display: none
}