﻿body 
{
	background-color: #EAEAEA;
	font-family: Calibri;
	font-size: 12px;
}

a:link, a:visited
{
	color: #006699;
	text-decoration: none;
}
a:hover
{
	color: #FF9C15;
	text-decoration: underline;
}

a.sl:link
{
	font-family: Calibri;
	font-size: 12px;
	color: #5D5D5D;
	text-decoration: none;
}
a.sl:visited
{
	font-family: Calibri;
	font-size: 12px;
	color: #5D5D5D;
	text-decoration: none;
}
a.sl:hover
{
	font-family: Calibri;
	font-size: 12px;
	color: #5D5D5D;
	text-decoration: underline;
}
/*
.topPopup
{
	width: 100%;
	border-bottom: solid 1px #757575;
}
.topPopupT
{
	width: 100%;
	height: 22px;
	
	background-image: url(images/top_popup_t.jpg);
	background-repeat: no-repeat;
}
.topPopupB
{
	width: 100%;
	height: 42px;
	
	background-image: url(images/top_popup_b.jpg);
	background-repeat: no-repeat;
}
*/
.pageBg
{
	width: 100%;
	
	background-image: url(images/background_page.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}

.contentBgtop
{
	width: 962px;
	
	background-image: url(images/background_content_t.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

.contentBgbottom
{
	width: 962px;
	
	background-image: url(images/background_content_b.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}

.menu
{
	width: 956px;
	height: 30px;
	margin: 3px 3px 14px 3px;
	
	background-image: url(images/menu/background_menu.png);
	background-repeat: repeat-x;
}
.menuL
{
	width: 5px;
	height: 30px;
	
	background-image: url(images/menu/background_menu_l.png);
}
.menuR
{
	width: 5px;
	height: 30px;
	
	background-image: url(images/menu/background_menu_r.png);
}
.menuSep
{
	width: 3px;
	height: 30px;
	
	background-image: url(images/menu/separator.png);
}
.menuItemD
{
	text-align: center;
	cursor: pointer;
}

.content
{
	width: 925px;
	
	text-align: left;
}

.contentTop
{
	height: 15px;
	
	background-image: url(images/content_bg/top.png);
	background-repeat: no-repeat;
}
.contentCenter
{
	font-family: Verdana;
	font-size: 11px;
	padding: 0px 15px 0px 15px;
	
	background-image: url(images/content_bg/center.png);
	background-repeat: repeat-y;
}
.contentBottom
{
	height: 15px;
	
	background-image: url(images/content_bg/bottom.png);
	background-repeat: no-repeat;
}

.topPage
{
	width: 930px;
	height: 285px;
	
	background-image: url(images/content_bg/top_background.png);
	background-repeat: no-repeat;
}

.boxTr
{
	width: 338px;
	
	font-family: Verdana;
	font-size: 11px;
	
	background-image: url(images/box/box_transparent.png);
	background-repeat: no-repeat;
}
.boxTrTop
{
	width: 338px;
	height: 30px;
}
.boxTrCenter
{
	width: 308px;
	padding: 0px 15px 0px 15px;
}

.box
{
	width: 338px;
	
	font-family: Verdana;
	font-size: 11px;
}
.boxTop
{
	width: 338px;
	height: 30px;
	
	background-image: url(images/box/top.png);
	background-repeat: no-repeat;
}
.boxTitle
{
	position: relative;
	top: 12px;
	left: 15px;
	
	font-size: 12px;
	font-weight: bold;
}
.boxCenter
{
	width: 308px;
	padding: 0px 15px 0px 15px;
	
	background-image: url(images/box/center.png);
}
.boxBottom
{
	width: 338px;
	height: 20px;
	
	background-image: url(images/box/bottom.png);
	background-repeat: no-repeat;
}

.minibox
{
	width: 190px;
	
	font-family: Verdana;
	font-size: 11px;
}
.miniboxTop
{
	width: 190px;
	
	font-family: Verdana;
	font-size: 11px;
	
	background-image: url(images/minibox/top.png);
	background-repeat: no-repeat;
}
.miniboxTitle
{
	position: relative;
	top: 8px;
	left: 10px;
	
	font-size: 12px;
	font-weight: bold;
}
.miniboxCenter
{
	width: 170px;
	padding: 0px 10px 0px 10px;
	
	background-image: url(images/minibox/center.png);
}
.miniboxBottom
{
	width: 190px;
	height: 10px;
	
	background-image: url(images/minibox/bottom.png);
	background-repeat: no-repeat;
}

.listGray
{
	width: 8px;
	height: 6px;
	
	margin: 4px 0px 0px 0px;
	
	background-image: url(images/list_orb.png);
	background-repeat: no-repeat;
}

.footer
{
	width: 100%;
	height: 57px;
	
	background-color: #FFFFFF;
	
	background-image: url(images/background_footer.jpg);
	background-position: right;
	background-repeat: repeat-y;
}