@charset "UTF-8";
body {
	font-family: "Century Gothic", "Lucida Sans Unicode", "Trebuchet MS", Tahoma;
	color: white;
	background: #4974BA url('/images/starry.gif') ;
	font-size: 12px;
}

h1 {
	font-size: 18px;
	font-weight: bold;
}

img {
	border: none;
}

table { border:none;}

.Content {
	background: #355B93 url('/images/starry2.png');
	text-align: center;
	vertical-align: top;
}

.Header {
	font-size: 12px;
	font-weight: bold;
}

.Cents {
	font-weight: normal;
	vertical-align: top;
	font-size: 10px;
}

textarea, .Input {
	background-color: #4974BA;
	background-image:url('/images/shadow.gif');
	background-repeat:repeat-x;
	color: white;
	font-family: "Lucida Console", "Courier New", Courier, mono;
	font-size: 12px;
	border-width:1pt;
	border-color:white;
	border-style:dashed;
}

textarea:focus, .Input:focus
{
	border-style: solid;
}

.accent {
	border: 1pt dashed #FFF;
	display: inline;
	font-weight: bold;
	text-align: center;
	padding: 4px;
}

.Text {
	font-size: 12px;
	font-weight: normal;
}

.Hide {
	visibility: hidden;
}

a:link, a:visited, a:active {
	color: white;
}

.MainMenu a:link, .MainMenu a:visited, .MainMenu a:active {
	/*text-decoration: none;*/
}

a:hover {
	color: #E0EAF3;
}

.MainMenu a:hover {
	/*text-decoration: underline;*/
}

.Tip {
	font-size: 10px;
	font-style: normal;
}

.tothetop {
	display: block;
	float: right;
	padding-right: 18px;
	background: url(/images/ontop.gif) center right no-repeat;
	text-align: right;
	font-size: 10px;
	text-decoration: none;
}

.SiteTitle {
	background: url('/images/title.gif') left top no-repeat;
	width: 380px;
	height: 128px;
}

.MainMenu {
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}

img.MainMenu {
	width: 54px;
	height: 54px;
}

.menuDivider {
	background-image: url('/images/menu/sepv.gif') ; 
	background-repeat:no-repeat;
	background-position: center;
	background-color: #355B93;
	width: 32px;
}

.miniDivider {
	background-image: url('/images/sepv2.gif') ; 
	background-repeat:no-repeat;
	background-position: center;
	width: 16px;
}

.menuBar {
	
}

.lang {
	text-align: right;
	font-size: 10px;
	vertical-align: bottom;
	color: #E0EAF3;
}

.LogoSeparator {
	background: url('/images/separator.gif') no-repeat center;
	vertical-align: middle;
	height: 48px;
	width: 542px;
	
}

.borderTop {
	background: #355B93 url('/images/top_sh.png') top repeat-x;
	height: 24px;
	vertical-align: top;
}

.borderRight {
	background: url('/images/right_sh.png') right repeat-y;
	width: 24px;
	height: 104px;
}

.borderLeft {
	background: url('/images/left_sh.png') left repeat-y;
	width: 24px;
}
	  
.borderBottom {
	background: url('/images/bottom_sh.png') bottom repeat-x;
	height: 24px;
}

.cornerTopRight {
	background: url('/images/top_right_sh.png') right top no-repeat;
	width: 24px;
	height: 24px;
}

.cornerLeftBottom {
	background: url('/images/left_bottom_sh.png') left bottom no-repeat;
	width: 24px;
	height: 24px;
}

.cornerRightBottom {
	background: url('/images/bottom_right_sh.png') right bottom no-repeat;
	width: 24px;
	height: 24px;
}
