.Bg
{
	background-position: left top;
	background-attachment: fixed;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
}
.ButtonBg
{
	background-position: left top;
	background-attachment: fixed;
	background-image: url(images/button_bg.jpg);
	background-repeat: repeat-x;
}
.IconBgLeft
{
	background-position: right top;
	background-attachment: fixed;
	background-image: url(images/icon_left.jpg);
	background-repeat: no-repeat;
}
.Logo
{
	background-position: left top;
	background-attachment: fixed;
	background-image: url(images/logo.jpg);
	background-repeat: repeat-x;
}
.LeftBg
{
	background-position: left top;
	background-attachment: fixed;
	background-image: url(images/left_bg.jpg);
	background-repeat: repeat-y;
}
.BorderRight
{
	border-left: #003895 1px solid;
}
.BorderBottom
{
	border-bottom: #003895 1px solid;
}
.TableDetail
{
	font-size: 68%;
	color: #000000;
	font-family: tahoma;
}
.TableDetailBlack
{
	font-size: 68%;
	color: #000000;
	font-family: tahoma;
}
.TableHeader
{
	font-weight: bold;
	font-size: 68%;
	color: #ffffff;
	font-family: tahoma;
}
.TableFooter
{
	font-size: xx-small;
	color: #666666;
	font-family: tahoma;
}
.Border
{
	border-right: #BABABA 1px solid;
	border-top: #BABABA 1px solid;
	border-left: #BABABA 1px solid;
	border-bottom: #BABABA 1px solid;
}
.MenuBorder
{
	border-right: #e68a23 1px solid;
	font-size: 68%;
	color: black;
	font-family: arial;
}