/*Default*/
table, td, th, div, body
{
	font-family:Verdana, Arial, Arial Baltic, Tahoma, Helvetica, sans-serif;
	font-size:12px;
	color:#456789;
}

input, select, textarea
{
	font-family:Verdana, Arial, Arial Baltic, Tahoma, Helvetica, sans-serif;
	font-size:12px;
	color:#456789;
}

ul, ol
{
	text-align:left;
}

A:Link
{
	text-decoration:underline;
	color:#456789;
}

A:Visited
{
	text-decoration:underline;
	color:#456789;
}

A:Hover
{
	text-decoration:underline;
	color:#456789;
}

/*Main*/
.Body
{
	background-color:#D8D8D8; 
	padding:0 0 0 0;
	margin:0 0 0 0;
	
	height:100%;
	width:100%;
}

.TablePlusBack
{
	background-color:#D8D8D8;
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
	background-position:left top;
	padding:0 0 0 0;
	margin:0 0 0 0;
	width:100%;
}

/*Other*/
.ListItem
{
	margin-left:-20;
	list-style-type:square;
	line-height:16px;
}

.List
{
	margin-top:0;
	margin-bottom:0;
}

.LinksBottom
{
	background-color:#CCCCCC;
}

.MainPanelInside
{
	background-image:url(images/bg_panel_t.jpg);
	background-repeat:no-repeat;
	background-position:left top;
}

.MainPanel
{
	background-image:url(images/bg_panel_b.jpg);
	background-repeat:no-repeat;
	background-position:left bottom;
}


.MainPanelContainer
{
	border:solid thin #E0E0E0;
	background-color:#FFFFFF;
	
	background-image:url(images/bg_panel_r.jpg);
	background-repeat:repeat-y;
	background-position:left top;
}

.BottomPanel
{
	padding-top:8px;
	padding-Bottom:8px;
	width:100%;
	height:60;
}

.BottomPanelInner
{
	border:solid thin White;
	width:100%;
	height:60;
	background-color:#FAFAFA;
	padding:5px;
}

.ProductLink
{
	color:#999999;
	font-size:13px;
}

.ProductLink
A:Link
{
	color:#888888;
	text-decoration:none;
	font-weight:bold;
}

.ProductLink
A:Visited
{
	color:#888888;
	text-decoration:none;
	font-weight:bold;
}

.ProductLink
A:Hover
{
	color:#888888;
	text-decoration:none;
	font-weight:bold;
}

.BottomPanelInnerContent
{
	color:#999999;
	font-size:11px;
}

.BottomPanelInnerContent
A:Link
{
	color:#888888;
	text-decoration:none;
	font-weight:bold;
}

.BottomPanelInnerContent
A:Visited
{
	color:#888888;
	text-decoration:none;
	font-weight:bold;
}

.BottomPanelInnerContent
A:Hover
{
	color:#888888;
	text-decoration:none;
	font-weight:bold;
}

.BodyTextContainer
{
	background-image:url(images/TextBack.jpg);
	background-repeat:repeat-y;
	background-position:left top;

	padding-top:5px;
	padding-bottom:7px;
	padding-left:3px;
}

.InBodyTextHeader
{
	color:#EB2A2E;
	font-size:14px;
	font-weight:bold;
}

.InBodyText
{
	font-size:14px;
	color:#0075BA;
}

.InBodyTextContainer
{
	border:solid 1px #345EA6;
	background-color:#D6E1F2;
}






