html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p,
blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font,
img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i,
center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption,
tbody, tfoot, thead, tr, th, td, button {
	font-size: 100%;
	text-decoration: none;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	}

html {
	width: 100%;
	height: 100%;
}


BODY {
	font-family: Verdana; 
	font-size: 12px;
	background-image: url("../nav/blueprint.jpg");
	background-color: #FFF;
	height: 100%;
	}

sup  {
	font-size: 6px; font-family: Verdana;
	 }

P   { 
	color: #333; 
	font-size: 12px; 
	font-family: Verdana;
	}

.alert  { 
	color: red; 
	font-size: 12px; 
	font-weight: bold; 
	font-family: Verdana;
	}

.tableborder   { 
	border: solid 1px #000;
	}


.title  { 
	color: #1a3b73; 
	font-size: 20px; 
	font-family: Helvetica, Arial, Verdana; 
	font-weight: bold; 
	font-stretch: condensed;
	}

.blue_text {
	color: #1a3b73;
	font-size: 10px;
	font-family: Verdana;
	font-weight: bold;
	}


.white_text {
	color: #fff;
	font-weight: normal;
	text-align: justify;
	}

.WhiteText { color: #fff;
	font-size: 10px;
	font-family: Verdana;
	font-weight: normal;
	}

.WhiteTextBold {
	color: #fff;
	font-size: 10px;
	font-family: Verdana;
	font-weight: bold;
	}

.text {
	color: #333;
	font-size: 12px;
	font-family: Verdana;
	font-weight: normal;
	}

.copyright {
	color: #999;
	font-size: 7px;
	font-family: Verdana;
	font-weight: normal;
	}

.blue_long_text {
	color: #1a3b73;
	font-size: 11px;
	font-family: Verdana;
	font-weight: normal;
	}

.section_title {
	color: #006;
	font-size: 10px;
	font-family: Verdana;
	font-weight: bold;
	font-stretch: condensed;
	}

.contentwrapper {
	border-right: solid 1px #3399CC;
	border-left: solid 1px #3399CC;
	background-color: #fff;
	}

.contentdiv {
	padding:15px;
	}

.BigTitleK {
	color: #333;
	font-size: 30px;
	font-family: Helvetica, Arial, Verdana;
	font-weight: bold;
	}


.lineBottom {
	border-bottom: solid 2px #3399CC;
	}

.ReleasesTitleW {
	color: #fff;
	font-size: 12px;
	font-family: Verdana;
	font-weight: normal;
	}

.gallery {
	display:block;
	position:relative;
	float:left;
	width:190px;
	baseline:bottom;
	}

.gallery a img {
	border: solid 1px #3399CC;
	}

.gallery a:hover img {
	border: solid 1px #999;
	}

.Press {
	color: #1a3b73;
	font-size: 11px;
	font-family: Verdana;
	}

a:link, a:visited {
	color: #f90;
	font-family: sans-serif;
	font-weight: bold;
	text-decoration: none;
	}

a:hover {
	color: #f30;
	}

a.lang:link, a.lang:visited {
	color: #f90;
	font-size: 10px;
	font-family: sans-serif;
	font-weight: bold;
	text-decoration: none;
	}

a.lang:hover {
	color: #f30;
	}

a.mainlink:link, a.mainlink:visited {
	display:block;
	height:34px;
	line-height:34px;
	color: #fff; font-size: 12px;
	font-family: Helvetica, Arial, Verdana;
	font-weight: bold;
	text-decoration: none;
	background-image: url("../nav/menu_bar.jpg");
	}

a.mainlink:hover {
	color: #cf3;
	background-image: url("../nav/menu_bar_over.jpg");
	}

.RightLine {
	border-right: 1px solid #fff;
	}

.RightLineBlack {
	border-right: 1px solid #333;
	background-color: #FFF;
	}

a.submenu:link, a.submenu:visited {
	display:block;
	height:35px;
	line-height:35px;
	color: #FFF;
	font-size: 11px;
	font-family: Helvetica, Arial, Verdana;
	font-weight: bold;
	text-decoration: none;
	background-color: #999;
	}



a.submenu:hover {
	color: #ccc;
	background-color: #036;
	}


form {
	margin-top: 2em;
	}

form p .btn {
	margin-right: 1em;
	}

textarea {
	margin: 1em 0;
	}


