/* DefaultTheme Styles HTML tags such as Body, Headings, Links, Ordering list and Un-ordered List */

/* Duplicate styles below to FTBDesign, FTBHTML, DefaultTheme */

body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #005a84;
}
p {
	font-size: 12px;
	color: #005a84;
	line-height: 22px;
	margin: 4px 0px 10px 0px;
}
h1 {
	font-size: 18px;
	color: #B2BB1E;
	font-weight: normal;
}
h2 {
	font-size: 13px;
	color: #026CA5;
	font-weight: bold;
	line-height: 20px;
}
h3 {
	font-size: 11px;
	color: #4A8FB3;
	font-weight: bold;
	line-height: 21px;
	border-bottom: 1px solid #4A8FB3;
	text-transform: uppercase;
}
h4 {
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	padding: 4px 14px;
	background-color: #B8D1DD;
	margin: 0px;
}
h5 {
	font-size: 11px;
	color: #005A84;
	font-weight: bold;
	padding: 5px 0px 0px 30px;
	background-image:  url("../_images/icon_pointer.gif");
	background-repeat: no-repeat;
	background-position: 0px 50%;
	text-decoration: none;
}
h6 {
	font-size: 10px;
	color: #00427C;
	font-weight: bold;
	background-color: #F4F7FA;
	margin: 10px 0px 0px 0px;
	padding: 3px 0px;
}
blockquote {
	margin: 0px 40px;
}
a:visited {
	color: #026CA5;
	text-decoration: underline;
}
a:link {
	color: #026CA5;
	text-decoration: underline;
}
a:hover {
	color: #00427C;
	text-decoration: underline;
}
a:active { 
	color: #00427C;
	text-decoration: underline;
}
input, select {
	font-size: 11px;
}
ol {
	padding-top: 3px;
	margin-bottom: 6px;
	line-height: 18px;
	color: #265F79;
	font-weight: normal;
}
ol li {
	font-size: 12px;
	line-height: 18px;
}
ol li li {
	color: #265F79;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	list-style-type: upper-alpha;
}
ol li li li {
	color: #265F79;
	font-size: 11px;
	line-height: 12px;
	list-style-type: upper-roman;
}
ol li li li li {
	color: #265F79;
	font-size: 11px;
	line-height: 12px;
	list-style-type: lower-roman;
}
ol li a {
	text-decoration: underline;
	color: #00427C;
}
ol li a:visited {
	text-decoration: none;
	color: #00427C;
}
ol li a:hover {
	text-decoration: underline;
	color: #00427C;
}
ol li li a {
	text-decoration: underline;
	color: #00427C;
}
ul {
	padding-top: 3px;
	margin-bottom: 6px;
	line-height: 18px;
	color: #B2BB1E;
	list-style: none;
	padding-right: 100px;
	font-weight: bold;
}
ul li {
	font-size: 12px;
	background-color: none;
	line-height: 20px;
	list-style: none;
	background:  url("../_images/icon_next.gif") no-repeat 0 6px;
	padding-left: 18px;
	padding-bottom: 6px;
}
ul li li {
	background-color: none;
	font-size: 11px;
	font-weight: normal;
	line-height: 18px;
	background:  url("../_images/icon_next.gif") no-repeat 0 2px;
}
ul li li li {
}
ul li li li li {
}
li a {
	text-decoration: underline;
}
li a:visited {
	text-decoration: none;
}
li a:hover {
	text-decoration: underline;
}
li li a {
	text-decoration: underline;
	color: #00427C;
}

ul.SmallBullets  {
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	line-height: 13px;
	list-style: none;
	font-weight: bold;
}
li.SmallBullets {
	background:  url("../_images/icon_next.gif") no-repeat 0 6px;
	padding: 6px 0px 0px 20px;
	line-height: 15px;
	background-color: none;
	font-size: 11px;
	list-style: none;
}
ul.BlueBullets  {
	font-size: 12px;
	padding: 0px 0px 0px 0px;
	line-height: 13px;
	color: #026CA5;
	list-style: none;
	font-weight: normal;
	border-bottom: 1px solid #C4D4DF;
}
li.BlueBullets {
	padding: 6px 0px;
	border-top: 1px solid #C4D4DF;
	background-image: none;
	line-height: 15px;
	background-color: none;
	font-size: 12px;
	list-style: none;
}


.cFtable {
	font-size: 10px;
}
.Content table tbody td {
	vertical-align: top;
}
.Content table tbody td p {
	font-size: 10px;
	margin: 0px;
	padding: 0px;
	line-height: 12px;
}
