/* @override 
	http://www.whothebook.com/css/text.css
*/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 59%;
	color: black;
}
a:link,
a:visited,
a:active {
	text-decoration: none;
	color: #007cc2;
}
a:hover {
	text-decoration: underline;
	color: #007cc2;
}
/*--------------------------------
Basic Text
--------------------------------*/
blockquote {
	padding: 20px;
	margin: 10px 0 30px 0;
	background-color: #f6f6f6;
}
p, ul, ol {
	color: black;
	text-decoration: none;
	word-spacing: normal;
	text-align: justify;
	line-height: 18px;
	font-size: 1.3em;
	padding: 6px 0 10px 0;
}
.italic_blue{
font: 1.6em Georgia, "Times New Roman", Times, serif;
font-style: italic;
padding: 20px 0 40px 0;
color: #007cc2;	
}
strong {
	font-weight: bold;
}
.small {
	font-size: 10px;
}
em {
	font-style: italic;
}
sup {
	font-size: 8px;
	padding: 0;
	margin: 0;
}
sub {
	font-size: 0.7em;
}
.notes {
	font-size: 10px;
	color: #666666;
	margin: 10px 10px 10px 15px;
	padding: 0 0 0 8px;
	border-left: 6px solid #dddddd;
	font-weight: bold;
}

.date {
	float: right;
	margin-top: 4px;
	font-size: 9px;
	color: #000000;
	font-weight: bold;
}


hr {
	border: none;
	border-top: 1px solid #ccc;
/*the border*/
	height: 1px;
/*whatever the total width of the border-top and border-bottom equal*/
}
/*--------------------------------
Lists
--------------------------------*/
ol, ul {
	list-style-position: outside;
	margin: 0 100px  0 25px;
	padding: 0;
	text-align: left;
}
ol {
	list-style-type: decimal;
}
ul {
	list-style-type: disc;
}
ul li,
ol li {
	margin: 8px 0 8px 0;
	padding: 0 0 0 16px;
	line-height: 16px;
	text-align: left;
}
/*--------------------------------
Headers
--------------------------------*/
h1, h2, h3, h4, h5, h6 {
	margin: 0 0 12px;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #007cc2;
}
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
	font-weight: normal;
	color: #777;
}
h1 {
	color: #444;
	font: 1.5em/1.8em Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	border-bottom: 3px double #ddd;
	margin: 14px 0 8px 0;
}

h2 {
	font: 1.3em/1.8em Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0 0 4px 0;
}
h3 {
	font: 1.2em/1.8em Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 8px 0 4px 0;
	color: black;
}
                                  
/*--------------------------------
Font Colors
--------------------------------*/
.grey {
	letter-spacing: 0.1em;
	margin-left: 0em;
	margin-bottom: 15px;
	margin-right: 0em;
	margin-top: 0em;
	padding: 0em;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	color: #999999;
}
.green {
	color: #009900;
}
.red {
	color: #990000;
}
.blue {
	color: #0099CC;
}
.yellow {
	color: #FF9900;
}
/*--------------------------------
Custom Table
--------------------------------*/
table.default_table {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	margin: 0 0 0 0;
	padding: 0;
	border-collapse: collapse;
	text-align: left;
	border: 1px solid #dddddd;
	width: 100%;
}
table.default_table caption {
	text-align: left;
	font: 13px Verdana, Arial, Helvetica, sans-serif;
	border-bottom: #dddddd solid 1px;
	font-weight: bold;
	color: #006699;
	padding: 0 0 2px 10px;
	margin: 0 0 0 0;
	text-transform: capitalize;
}
table.default_table tbody td, table.default_table tbody tr th {
	padding: 4px 10px 4px 10px;
}
table.default_table thead tr th, table.default_table thead tr td {
	background: #004c89 url(/templates/images/table_header.gif) repeat-x bottom;
	color: #fff;
	font-weight: bold;
	font-size: 9px;
	padding: 8px 10px;
	vertical-align: middle;
	border-bottom: 1px solid #CCC;
	text-align: left;
}
table.default_table tfoot tr th, table.default_table tfoot tr td {
	padding: 10px 5px 10px 10px;
	color: #333;
	font-size: 9px;
	border-top: 1px solid #CCC;
	background: #ffffff url(/templates/images/table_footer_bg.gif) repeat-x top;
}
table.default_table tfoot tr {
	min-height: 30px;
}
table.default_table tbody tr.section {
	background: #ffffff url(/templates/images/table_section.gif) repeat-x top;
}
table.default_table tbody tr.section th {
	color: #FFFFFF;
	text-align: left;
	font-weight: bold;
	font-size: 10px;
	padding: 2px 10px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
table.default_table tbody tr th {
	color: #222;
	text-align: left;
	font-weight: bold;
	font-size: 10px;
	text-transform: capitalize;
}
table.default_table tr.even {
	background-color: #EEEEEE;
}
table.default_table tr.odd {
	background-color: #FFFFFF;
}
table.default_table tbody tr.even:hover , table.default_table tbody tr.odd:hover {
	background: #D3DFE7;
}
table.default_table tbody td,
	table.default_table tbody td p {
	line-height: 10px;
}
table.default_table tbody td p {
	margin: 0 0 0 0;
}
/*--------------------------------
IcoLinks
--------------------------------*/
a.icoLink {
	margin: 0 4px 0 0;
	font-weight: bold;
	line-height: 18px;
	font-size: 10px;
	text-decoration: none;
}
a.icoLink:hover {
	margin: 0 4px 0 0;
	text-decoration: none;
	background-color: #FFFFFF;
}
p.video {
	text-decoration: none;
	background: url(/images/icons/play.png) top left no-repeat;
	padding: 0 0 0 20px;
	margin: 0 0 6px 0;
	font-size: 11px;
	font-weight: bold;

}
