html {
	height:100%;
	width:100%;
}
body {
	background:#343638 url(images/MartinBgGradient.jpg) repeat-x;
	margin:0px;
	height:100%;
	width:100%;
}
img {
	border:none;
} 
table {
	border-collapse:collapse;
}
.Normal {
	font-family:Verdana, Tahoma, Arial;
	font-size:12px;
	color:#001c43;
}
.Normal TD {
	text-align:left;
}
.Bold {
	font-weight:bold;
}
.Normal a:link, .Normal a:visited {
	color:#001c43;
}
#controlpanel {
	width: 100%;
	background-color: #000000;
}
.SkinItem {
	font-family:Tahoma;
	font-size:11px;
	font-weight:bold;
	color: #fff;
}
A.SkinItem:link, A.SkinItem:visited {
    text-decoration: none;
    color: #fff;
}

A.SkinItem:hover {
    text-decoration: underline;
    color: #fff;
}

A.SkinItem:active {
    text-decoration: none;
    color: #fff;
}
.Search Label {
	font-family:Tahoma;
	font-size:11px;
	font-weight:bold; 
	width:auto; 
	color:#ffffff; 
}
.NormalTextBox {
	border:0px;
	background:url(images/TextBoxBG.gif) no-repeat;
	padding:3px;
}
#LeftBorder {
	background: url(images/flat_09.png) 0px 22px no-repeat;
}
#RightBorder {
	background: url(images/flat_10.png) 0px 22px no-repeat;
}
#LeftBorder2 {
	background: url(images/flat_09.png);
}
#RightBorder2 {
	background: url(images/flat_10.png) no-repeat;
}
#BottomBorder {
	background: url(images/flat_12.png) no-repeat scroll 50%;
}
.toppane {
	background-image:url(images/shdw_UnderMenu.png);
	background-repeat:repeat-x;
	padding:10px;
}
#Table_Head {
	border-top: 8px solid #ffffff;
}
.contentpane {
	padding:0px;
}
#TD_Menu {
	background:url(images/Header-BG.gif);
}
#TD_Logo {
	background-image:url(images/LogoBack.png);
	background-repeat:no-repeat;
}
.toppane, #TD_Logo {
	background-color:#d2d6e9;
}
#Table_Content {
	background:#fff url(images/BG/homeBG.jpg) repeat-x;;
}
#Table_Content2 {
	background:#547294 url(images/BG/HomeContentBG01.jpg) repeat-x;
}
li {
	line-height:14px;
	list-style: circle ;
}
.FormLBL {
	font-family:Tahoma;
	font-size:11px;
	font-weight:bold; 
	width:auto; 
	color:#001c43;
	text-align:left;
}
.FormBoxWidth {
	width:300px;
}