* {
	margin: 0;
	padding: 0;
}

body {
	text-align:center;
	font-family:arial;
	font-size:11px;
	color:#000000;
	background-color:#091F62;
}

h1	{
	font-size:25px;
	color:#A9A9AB;
}

h2	{
	font-size:15px;
	color:#A9A9AB;
}

h3	{
	font-size:16px;
	color:#A9A9AB;
}

p {
	font-size:11px;
	color:#000;
}

a {
	color:#000;
	text-decoration:none;
}

a:visited {
	color:#000;
	text-decoration:none;
}

a:hover {
	color:#A9A9AB;
	text-decoration:underline;
}

.SmallHeader	{
	color:#A9A9AB;
	font-weight:bold;
}

.SmallText	{
	color:#818181;
}

.SmallText a {
	color:#A9A9AB;
	text-decoration:none;
}

.SmallText a:visited {
	color:#A9A9AB;
}

.SmallText a:hover {
	color:#818181;
	text-decoration:underline;
}

.Textfield {
	border:1px solid #818181;
	width:110px;
	height:15px;
	font-size:11px;
}

label	{
	width: 35px;
	float: left;

}

.container {
	width:1010px;
	margin: 0px auto;
	text-align:left;
}

.container-top	{
	height:194px;
	background-image:url(/public/images/bg_Top.jpg);
	background-repeat: no-repeat;
	margin:0px;
	background-color:#EDEDED;
}

.search	{
	float:right;
	display:inline;
	text-align:right;
	margin-right:160px;
	margin-top:27px;
}

.tabscontainer	{
	float:left;
	display:inline;
	margin-top:108px;
	margin-left:590px;
	width:300px;
}

.FirstTab {
	float:left;
	display:inline;
	width:86px;
	height:18px;
	text-align:center;
	padding-top:6px;
	background:url(/public/images/bg_FirstTab.gif);
}

.Tab {
	float:left;
	display:inline;
	width:86px;
	height:18px;
	text-align:center;
	padding-top:6px;
	background:url(/public/images/bg_Tab.gif);
}

.FirstTab a {
	#B1B1B3;
	font-weight:bold;
}

.Tab a {
	#B1B1B3;
	font-weight:bold;
}

.FirstTab a:visited {
	#B1B1B3;
	font-weight:bold;
}

.Tab a:visited {
	#B1B1B3;
	font-weight:bold;
}

.MenuButton {
	width:143px;
	height:28px;
	text-align:left;
	padding-top:7px;
	padding-left:10px;
	background-image:url(/public/images/bg_Button.gif);
}

.MenuButton a {
	font-size:11px;
	font-weight:bold;
	color:#fff;
	text-decoration:none;
}

.MenuButton a:hover {
	font-size:11px;
	font-weight:bold;
	color:#fff;
	text-decoration:none;
}

.MenuButton a:visited {
	color:#fff;
}

.MenuButtonSmall {
	width:143px;
	height:28px;
	text-align:left;
	padding-top:7px;
	padding-left:10px;
	background-image:url(/public/images/bg_ButtonSmall.gif);
}

.MenuButtonSmall a {
	font-size:11px;
	font-weight:bold;
	color:#fff;
	text-decoration:none;
}

.MenuButtonSmall a:hover {
	font-size:11px;
	font-weight:bold;
	color:#fff;
	text-decoration:none;
}

.MenuButtonSmall a:visited {
	color:#fff;
}

.SubMenuButton {
	width:143px;
	height:28px;
	text-align:left;
	padding-top:7px;
	padding-left:10px;
	background-image:url(/public/images/bg_SubButton.gif);
}

.SubMenuButton a {
	font-size:11px;
	font-weight:bold;
	color:#fff;
	text-decoration:none;
}

.SubMenuButton a:hover {
	font-size:11px;
	font-weight:bold;
	color:#fff;
	text-decoration:none;
}

.SubMenuButton a:visited {
	color:#fff;
}

.SubMenuButtonSmall {
	width:127px;
	height:17px;
	text-align:left;
	padding-top:2px;
	font-size:80%;
	padding-left:7px;
	background-image:url(/public/images/bg_SubButtonSmall2.gif);
}

.SubMenuButtonSmall a {
	font-size:10px;
	font-weight:bold;
	color:#fff;
	text-decoration:none;
}

.SubMenuButtonSmall a:hover {
	font-size:10px;
	font-weight:bold;
	color:#fff;
	text-decoration:none;
}

.SubMenuButtonSmall a:visited {
	color:#fff;
}

.seperatorline-top	{
	height:11px;
	background:#000;
	border-top:1px solid #B4B5BA;
	border-bottom:1px solid #B4B5BA;
}

.container-main	{
	/*
	background-image:url(/public/images/bg_Main.jpg);
	background-position: top;
	background-repeat: no-repeat;
	*/
	height:579px;
	background-color:#EDEDED;
}

.main-left {
	width:341px;
	height:508px;
	float:left;
	display:inline;
	padding-right:16px;
	margin-top:28px;
	border-right:1px solid #DCE0E3;
	background-image:url(/public/images/bg_Main-left.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}

.main-middle {
	width:320px;
	height:508px;
	float:left;
	display:inline;
	text-align:left;
	padding-left:16px;
	padding-right:16px;
	margin-top:28px;
	border-right:1px solid #DCE0E3;
		overflow:auto;
}

.main-right {
	height:508px;
	width:180px;
	float:left;
	display:inline;
	margin-top:28px;
	border-right:1px solid #DCE0E3;
}

.main-right-block-first	{
	text-align:left;
	padding:16px;
}

.main-right-block	{
	text-align:left;
	border-top:1px solid #DCE0E3;
	padding:16px;
}

.seperatorline-bottom	{
	height:14px;
	background-image:url(/public/images/bg_BottomLine.jpg);
	background-repeat: repeat-x;
}

.footer-container	{
	background-color:#000;
	height:40px;
}

.footer-left {
	margin-left:25px;
	margin-top:10px;
	float:left;
	display:inline;
	color:#fff;
}

.footer-right {
	margin-right:25px;
	margin-top:10px;
	float:right;
	display:inline;
	text-align:right;
	color:#fff;
}

.footer-right a {
	color:#fff;
	text-decoration:none;
}

.footer-right a:visited {
	color:#fff;
}

.footer-right a:hover {
	color:#fff;
	text-decoration:underline;
}

.Button {
	border:1px solid #091F62;
	background-color:#efefef;
}
