body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}
body {
	background-color: #f6f1e3;
	margin-left: 20px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
}
a {
	color: #090e1a;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	color: #222a40;
}
h1, h2, h3, h4, h5, h6, p, hr {
	margin: 0px;
}
#languageBox{
	text-align:left;
	margin: 0px 0px 0px 0px;
	border-bottom: 1px solid #7b8193;
	padding: 3px 10px 3px 10px;
}
#languageBox a{
	font-size: 11px;
	color: #7b8193;
	display: block;
}

#titleBox{
	padding: 20px 0px 20px 10px;
	margin-right: 10px;
	background-image:url(_images/bg_title.gif);
	background-position: right;
	background-repeat: no-repeat;
}
#titleBox h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #090e1a;
	font-size: 18px;
	font-weight: normal;
}
#titleBox h3{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666666;
	font-size: 12px;
	font-weight: bold;
}

#navigationBox{
	height: 28px;
	background-image:url(_images/bg_navigation.gif);
	background-repeat: repeat-x;
	color: white;
}
#navigationTitle{
	height: 22px;
	background-image:url(_images/bg_navigation_h2.gif);
	background-repeat: no-repeat;
	width: 120px; \width: 150px; w\idth: 120px;
	float: left;
	padding-left: 30px;
	padding-top: 6px;
}
#navigationTitle h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
#navigationPath{
	height: 22px;
	background-image:url(_images/bg_navigation_path.gif);
	background-position: right;
	background-repeat: no-repeat;
	padding-top: 6px;
}
#navigationPath a{
	font-weight:normal;
}
#navigationPath p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}
#navigationPath a{
	color: white;
	margin: 0px 5px 0px 0px;
}
#navigationPath a:hover{
	text-decoration: underline;
	color: white;
}

#introBox{
	padding: 15px 10px 12px 10px;
	font-size: 11px;
}

#contentsBox {
	background-color: #e9e2cb;
	padding: 5px 10px 5px 10px;
	font-size: 11px;
	text-align:left;
}
#contentsBox h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	font-weight: normal;
	margin: 10px 0px 10px 0px;
}
#contentsBox img {
	margin-right: 10px;
	border: 1px solid #bab5a2;
}

#browserBox {
	padding: 5px 10px 5px 10px;
	font-size: 10px;
}
#browserBox h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	font-weight: normal;
	margin: 10px 0px 10px 0px;
}
#browserBox a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	margin: 10px 0px 10px 0px;
}

#relatedLinksBox{
	padding: 5px 10px 5px 10px;
	font-size: 10px;
	border-left: 1px solid #c0c0c0;
}
#relatedLinksBox h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: normal;
	margin: 5px 0px 10px 0px;
}
#relatedLinksBox a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	margin: 10px 0px 10px 0px;
}

#footer {
	padding: 15px 10px 15px 10px;
	font-size: 10px;
	color: #666666;
}

.nope{
	display:none;
}
.contentsBorder{
	height: 9px;
	background-image:url(_images/bg_contents_border.gif);
	background-repeat: repeat-x;
	margin: 0px;
	font-size: 3px;
}
.fixHeight{
	clear: both;
}
.newItem{
	color: red;
}
.showcaseDate {
	color: #aaaaaa;
}
/* FORMS */
.forms{
	margin:0px;
}
.textbox{
	width: 50%;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #cccccc;
	background-color: #333333;
	border: 1px solid #555555;
}
.button{
	width: 30%;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #cccccc;
	background-color: #555555;
	border: 1px solid #888888;
}
.textarea{
	width: 99%;
	height: 150px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #cccccc;
	background-color: #333333;
	border: 1px solid #555555;
}
