body
{
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 12px;
    padding: 0;
    margin: 0;
	background-color: #FFF;
	color: #333;
}

a
{
	color: #66F;
}

a:hover
{
	color: #99F;
	text-decoration: none;
}

h1, h2
{
	color: #555;
	border: 1px solid #66F;
	border-right: none;
	border-left: none;
	padding: 5px 5px 5px 0;
}

h2
{
	display: block;
	width: 250px;
	text-align: left;
	font-size: 130%;
	color: #888;
	border-top: none;
}

p.Justify
{
	text-align: justify;
}

img
{
	border: none;
}

abbr
{
	border-bottom: 1px dotted #333;
	cursor: help;
}

/*************************************************************************/
#Logo
{
	margin-top: 6px;
}

#Copyright
{
	text-align: center;
	color: #999;
}

#Document
{
	width: 1000px;
	margin: 0 auto 1em auto;
}

#Header
{
	width: 100%;
	height: 81px;
}


#HeaderLogo
{
	width: 300px;
	float: left;
}

#HeaderLogo img
{
	float: left;
}

#HeaderLogo h3
{
	float: left;
	font-size: 200%;
	color: #666;
	padding: 5px 0 0 2px;
}

#LanguageMenu
{
	width: auto;
	height: 20px;
	margin: 65px 0 0 0;
	float: right;
	background-color: #EFEFEF;
	list-style: none;
	padding: 2px 8px 2px 8px;
}

#LanguageMenu li
{
	display: inline;
}

#LanguageMenu li:before
{
	content: " | ";
}

#LanguageMenu li:first-child:before
{
	content: "";
}

#LanguageMenu a
{
	font-size: 115%;
	text-decoration: none;
}

#Flash
{
	padding: 0.5em;
	margin: 0;
	color: #FFF;
}

.FlashNone
{
	display: none;
}

.FlashNeutral
{
	background-color: #99C;
	border: 1px solid #009;
}

.FlashNegative
{
	background-color: #F55;
	border: 1px solid #F00;
}

.FlashPositive
{
	background-color: #3B3;
	border: 1px solid green;
}

#MainNavi
{
	padding: 0;
	margin: 10px 0 0 0;
	list-style: none;
	border: 1px solid #777;
	height: 30px;
	background-image: url(../images/menu.bg.png);
	background-repeat: repeat-x;
}

#MainNavi li
{
	display: block;
	float: left;
	height: 30px;
}

#MainNavi li a
{
	display: block;
	width: 125px;
	height: 23px;
	padding: 7px 0 0 0;
	text-align: center;
	background-image: url(../images/menu.bg.png);
	color: #FFF;
	text-decoration: none;
	font-size: 110%;
}

#MainNavi li a:hover
{
	background-image: url(../images/menu.bg.hover.png);
}

#MediaBar
{
	width: 1000px;
	height: 230px;
}

#Contents
{
	width: 100%;
	clear: both;
}

#MainBar, #SpecialBar
{
	width: 190px;
	float: left;
	height: auto;
	min-height: 300px;
}

#Content
{
	width: 600px;
	float: left;
	border-top: none;
	min-height: 405px;
	margin: 10px;
}

#Footer
{
	text-align: center;
	border-top: 1px solid #CCC;
	padding: 5px 0 0 0;
	margin: 5px 0 5px 0;
}

#Footer li
{
	list-style: none;
	display: inline;
}

#Footer li:before
{
	content: " | ";
}

#Footer li:first-child:before
{
	content: "";
}

#Footer li a
{
	color: #777;
	text-decoration: none;
}

#Footer li a:hover
{
	color: #AAA;
	text-decoration: underline;
}

.Menu
{
	width: 180px;
	margin: 5px 0 5px 0;
	padding: 0 0 0 0;
	list-style: none;
}

.Menu li
{
	border-bottom: 1px solid #DDD;
	background-repeat: no-repeat;
	background-position: left center;
}

.Menu a
{
	font-size: 110%;
	display: block;
	text-decoration: none;
	padding: 4px 0 4px 0;
	color: #66F;
	background-color: #FFF;
}

.Menu a:hover
{
	background-color: inherit;
	padding-left: 20px;
}

.Box
{
	width: 190px;
	padding: 5px 0 5px 0;
}

.Box .Title
{
	font-size: 125%;
	color: #449;
	border-bottom: 1px dotted #CCC;
}

.Box .Content
{
	padding: 5px 0 5px 10px;
}

.BoxContent
{
	width: 170px;
	background-color: #E0E0E0;
	padding: 10px;
	height: auto;
	color: #FFF;
}

.BoxContent .Title
{
	color: #333;
	margin: 0 0 5px 0;
}

.BoxContent a
{
	color: #FFF;
	float: right;
}

/*************************************************************************/
.List
{
	margin: 4px 0 4px 0;
	padding: 0;
	list-style: none;
	max-height: 185px;
	overflow: hidden;
}

.List li
{
	background-image: url(../images/list.icon.png);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 2px 0 2px 15px;
	margin: 0;
}

.Clear
{
	clear: both;
}

.Button
{
	display: block;
	width: 145px;
	min-width: 140px;
	height: 22px;
	font-size: 120%;
	text-align: center;
	color: #FFF;
	padding: 6px 0 0 0;
	background-image: url(../images/button.bg.png);
	background-repeat: no-repeat;
	background-position: center;
	text-decoration: none;
}

.Button:hover
{
	background-image: url(../images/button.hover.png);
	color: #FFF;
}

.CenterFloated
{
	margin: 5px auto 5px auto;
}

.LeftFloated
{
	float: left;
	margin: 0;
}

.RightFloated
{
	float: right;
	margin: 0;
	border: none;
}

.Column
{
	display: block;
	width: 190px;
	float: left;
	margin: 5px 0 5px 15px;
	padding: 0;
}

.ColumnFirst
{
	margin: 5px 0 5px 0;
}

.Column p
{
	display: block;
	height: 195px;
}

.Column h2
{
	border-top: 1px solid #66F;
	width: auto;
}

fieldset
{
	display: block;
	border: 1px solid #BBB;
	margin: 8px 0 3px 0;
	padding: 3px;
}

fieldset legend
{
	border: 1px solid #009;
	padding: 2px 5px 2px 5px;
	background-color: #88B;
	color: #FFF;
}

/*************************************************************************/
.BoxLogin
{
	background-color: #F0F0F0;
	padding-bottom: 3px;
}

.BoxLogin input[type="text"], .BoxLogin input[type="password"]
{
	padding: 3px;
	margin: 3px;
	width: 166px;
	border: 1px solid #CCC;
}

.BoxSearch input
{
	padding: 3px;
	margin: 3px;
	width: 174px;
	border: 1px solid #CCC;
	font-size: 110%;
	float: left;
}

.BoxSearch input[type="image"]
{
	width: 20px;
	height: 20px;
	border: none;
	float: right;
}