/* 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;
	font-size: 11px;
	color: #666666;
}
p {
	font-size: 11px;
	color: #666666;
	line-height: 16px;
	margin: 4px 0px;
}
h1 {
	font-size: 15px;
	color: #33CC00;
	font-weight: bold;
	margin-bottom: 0px;
	border-bottom: 1px solid #EFEFEF;
}
h2 {
	font-size: 14px;
	color: #299CC4;
	font-weight: bold;
}
h3 {
	font-size: 11px;
	color: #999999;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 16px;
}
h4 {
	font-size: 11px;
	color: #333333;
	font-weight: bold;
	background-image: url(../images/line.gif);
	margin-bottom: 0px;
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 6px;
	text-transform: uppercase;
}
h5 {
	font-size: 11px;
	color: #333333;
	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: #999999;
	font-weight: bold;
	border-bottom: 1px dashed #999999;
	text-align: center;
	margin: 0px 50px;
	padding: 6px;
}
blockquote {
	margin: 40px;
}
a:visited {
	color: #333333;
	text-decoration: underline;
}
a:link {
	color: #333333;
	text-decoration: underline;
}
a:hover {
	color: #666666;
	text-decoration: underline;
}
a:active { 
	color: #666666;
	text-decoration: underline;
}
b a:visited {
	color: #33CC00;
	text-decoration: none;
}
b a:link {
	color: #33CC00;
	text-decoration: underline;
}
b a:hover {
	color: #299CC4;
	text-decoration: underline;
}
b a:active { 
	color: #299CC4;
	text-decoration: underline;
}
h1 a:link {
	font-size: 15px;
	color: #33CC00;
	font-weight: bold;
	margin-bottom: 0px;
	border-bottom: 1px solid #EFEFEF;
	text-decoration: none;
}
h1 a:visited {
	color: #33CC00;
	text-decoration: none;
}
h1 a:hover {
	color: #33CC00;
	text-decoration: none;
}
h1 a:active { 
	color: #33CC00;
	text-decoration: none;
}
input, select {
	font-size: 11px;
}
ol {
	padding-top: 3px;
	margin-bottom: 6px;
	font-size: 11px;
	line-height: 18px;
	color: #299CC4;
	font-weight: bold;
	list-style-image: url(../images/icon_pointer.gif);
	list-style-position: outside;
}
ul {
	background-image: url(../images/line.gif);
	background-repeat: repeat-x;
	background-position: top;
	padding-top: 3px;
	margin-bottom: 6px;
	font-size: 11px;
	line-height: 18px;
	color: #299CC4;
	font-weight: bold;
}
li {
	list-style-image: url(../images/icon_pointer.gif);
	list-style-position: outside;
	background-image: url(../images/line.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 3px;
}
.leftside {
	text-align: right;
	padding-right: 20px;
}
.topstyle {
	font-family: "Times New Roman", Times, serif;
	border-bottom: solid #008ACC 1px;
}
