
/* 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;
	font-size: 12px;
	color: #696969;
}
p {
	font-size: 12px;
	color: #696969;
	line-height: 20px;
}
h1 {
	font-size: 18px;
	color: #C7AB62;
	font-weight: bold;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
h2 {
	font-size: 12px;
	color: #696969;
	font-weight: bold;
	margin-top: 0px;
	padding-top:0px;
}
h3 {
	font-size: 16px;
	color: #00225D;
	font-weight: bold;
}
h4 {
	font-size: 14px;
	color: #C7AB62;
	font-weight: bold;
	border-bottom: 1px solid #C7AB62;
}
h5 {
	font-size: 11px;
	color: #C7AB62;
	font-weight: bold;
	padding: 5px 0px 5px 30px;
	background-image: url(../../Templates/_images/icon_pointer.gif);
	background-repeat: no-repeat;
	background-position: 0px 50%;
	text-decoration: none;
}
h6 {
	font-size: 14px;
	color: #C7AB62;
	font-weight: bold;
	border-bottom: 1px dashed #C7AB62;
	text-align: center;
	margin: 0px 50px;
	padding: 6px;
}
blockquote {
	margin: 40px;
}
a:visited {
	color: #00225D;
	text-decoration: underline;
}
a:link {
	color: #00225D;
	text-decoration: underline;
}
a:hover {
	color: #C7AB62;
	text-decoration: underline;
}
a:active { 
	color: #00225D;
	text-decoration: underline;
}
input, select {
	font-size: 11px;
}
ol {
	padding-top: 3px;
	margin-bottom: 6px;
	font-size: 12px;
	line-height: 18px;
	color: #696969;
}
ol li {
	font-size: 12px;
	line-height: 18px;
}
ol li li {
	color: #696969;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	list-style-type: upper-alpha;
}
ol li li li {
	color: #696969;
	font-size: 11px;
	line-height: 12px;
	list-style-type: upper-roman;
}
ol li li li li {
	color: #696969;
	font-size: 11px;
	line-height: 12px;
	list-style-type: lower-roman;
}
ol li a {
	text-decoration: underline;
	color: #CFC29F;
}
ol li a:visited {
	text-decoration: none;
	color: #CFC29F;
}
ol li a:hover {
	text-decoration: underline;
	color: #CFC29F;
}
ol li li a {
	text-decoration: underline;
	color: #CFC29F;
}
ul {
	padding-top: 3px;
	margin-bottom: 6px;
	font-size: 12px;
	line-height: 18px;
	color: #696969;
	list-style: none;
}
ul li {
	font-size: 12px;
	color: #696969;
	background-color: none;
	line-height: 20px;
	list-style: none;
	background: url(../../Templates/_images/icon_pointer.gif) no-repeat 0 8px;
	padding-left:18px;
}
ul li li {
	color: #696969;
	background-color: none;
	font-size: 11px;
	font-weight: normal;
	line-height: 16px;
	background: url(../../Templates/_images/icon_pointer.gif) no-repeat 0 3px;
}
ul li li li {
	color: #696969;
	font-size: 11px;
	line-height: 12px;
}
ul li li li li {
	color: #696969;
	font-size: 11px;
	line-height: 12px;
}
li a {
	text-decoration: underline;
	color: #CFC29F;
}
li a:visited {
	text-decoration: none;
	color: #CFC29F;
}
li a:hover {
	text-decoration: underline;
	color: #CFC29F;
}
li li a {
	text-decoration: underline;
	color: #CFC29F;
}

