* { margin:0; padding:0;}
body{
	background-color: #1B1B1B;
	background-image: url(images/tal_header.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.TextTD {
	color: #CCCCCC;
	font-size: 14px;
}

.TitleLink A:link {
	font-size: 14px;
	font-weight: bold;
	color: #E61500;
	text-decoration: none;
}
.TitleLink A:visited {
	font-size: 14px;
	font-weight: bold;
	color: #E61500;
	text-decoration: none;
}
.TitleLink A:active {
	font-size: 14px;
	font-weight: bold;
	color: #E61500;
	text-decoration: none;
}
.TitleLink A:hover {
	font-size: 14px;
	font-weight: bold;
	color: #E61500;
	text-decoration: underline;
}

.TextLink A:link {
	font-size: 14px;
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: none;
}
.TextLink A:visited {
	font-size: 14px;
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: none;
}
.TextLink A:active {
	font-size: 14px;
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: none;
}
.TextLink A:hover {
	font-size: 14px;
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: underline;
}

.FAQLink A:link {
	font-size: 12px;
	font-weight: normal;
	color: #E61500;
	text-decoration: underline;
}
.FAQLink A:visited {
	font-size: 12px;
	font-weight: normal;
	color: #E61500;
	text-decoration: underline;
}
.FAQLink A:active {
	font-size: 12px;
	font-weight: normal;
	color: #E61500;
	text-decoration: underline;
}
.FAQLink A:hover {
	font-size: 12px;
	font-weight: normal;
	color: #E61500;
	text-decoration: underline;
}

html, input, textarea{font-family:Georgia, Arial, Verdana; font-size:11px; color:#9A9A9A;}

input, select { vertical-align:middle; font-weight:normal;}
img {border:0; vertical-align:top; text-align:left;}
a {color:#E61500;}

span{ color:#E61500;}

.column { float:left;}
.clear { clear:both;}

.title{
	font-size: 15px;
	line-height: 25px;
	color: #E61500;
	font-weight: bold;
}
.faq{
	font-size: 12px;
	line-height: 20px;
	color: #E61500;
	font-weight: bold;
}

TextHeader {
	font-size: 15px;
	font-weight: bold;
	text-decoration: underline;
	color: #E61500;
}
/*.List {
	color: #9A9A9A;
	list-style-image: url(images/list.jpg);
} */

ul, li{ 
margin:0; 
padding:0; 
list-style-type:none; 
} 
li{
	background-image: url(images/list.jpg);
	background-repeat: no-repeat;
	background-position: left 4px;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	font-size: 14px;
	color: #CCCCCC;
} 



/*ul 
{
list-style: square outside url('images/list.jpg')
} */

.TopTableBorder {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
}
.LoginTable {
	background-color: #333333;
	border: 1px solid #CBCBCD;
}
