a {
	color: #ffcc33;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

a:hover {
	text-decoration: underline; 
}

a.largeLink {
	font-size: 1.2em;
}

a.specialLink {
	font-size: 1.3em;
	font-style: italic;
	font-weight: bold;
}

body {
	margin: 15px;
}

html {
	background-color: #000066;
	color: #e5e5e5;
	/*old: color: #ffffcc;*/
	font-family: Arial, Sans-Serif;
}

h1 {
	color: #e5e5e5;
	font-size: 1.6em;
	font-variant: small-caps;
	font-weight: bold;
	margin: 0px;
	white-space: nowrap;
}

h2 {
	color: #ffcc33;
	font-size: 1em;
	font-variant: small-caps;
	font-weight: bold;
	margin: 0px;
	white-space: nowrap;
}

h3 {
	color: #ffcc33;
	font-size: 1em;
	font-weight: bold;
	margin: 0px;
	white-space: nowrap;
}

img.imageBorderBlack {
	border: solid 1px #000000;	
}

img.imageBorder {
	border: solid 1px #ffcc33;	
}

img.smallIcon {
	vertical-align: middle;
}

input {
	color: #000000;
	font-size: 1em;
	height: 1.7em;
}

input.maxWidthInput {
	border: solid 1px #000000;
	width: 100%;
}

input.largeText {
	border: solid 1px #000000;
	width: 400px;
}

input.mediumText {
	border: solid 1px #000000;
	width: 200px;
}

input.mediumLargeText {
	border: solid 1px #000000;
	width: 340px;
}

input.mediumButton {
	border: solid 1px #000000;
	width: 175px;
}

input.smallButton {
	border: solid 1px #000000;
	width: 70px;
}

input.smallText {
	border: solid 1px #000000;
	width: 70px;
}

ol li, ul li {
	margin: 5px 0px 5px 0px;
}

select.mediumSelect {
	border: solid 1px #000000;
	width: 175px;
}

select.variableSelect {
	border: solid 1px #000000;
}

span.hotNewsTicker {
	color: #ffcc33;
	font-size: 1.3em;
	font-weight: bold;
}

span.testName {
	color: #ffcc33;
	font-weight: bold;
}

table {
	border-collapse: collapse;
}

table.holderTable {
	font-size: .8em;
	width: 100%;
}

table.hotNewsManagementTable {
	border: 0px;
	font-size: 1em;
	width: 100%;
}

table.logoTable tr td {
	padding: 0px;
	text-align: right;
	vertical-align: top;
}

table.mainTable {
	font-size: 1em;
	width: 100%;
}

table.navTable {
	font-size: 1em;
}

table.vacancyTable {
	font-size: 1em;
}

.holderTableCellLeft {
	padding: 0px;
	vertical-align: top;
}

.holderTableCellRight {
	padding: 0px;
	vertical-align: top;
	width: 269px;
}

.hotNewsManagementTable tr td {
	border: solid 1px #ffcc33;
	height: 36px;
	padding: 5px;
}

.mainTableCellImage {
	padding: 0px;
	vertical-align: top;
}

.mainTableCell {
	padding: 5px;
}

.mainTableCellContent {
	border-top: solid 1px #ffcc33;
	padding: 20px 20px 5px 5px;
}

.mainTableCellCopyright 
{
	color: #cccccc;
	font-size: .8em;
	font-style: italic;
	padding: 15px 5px 5px 5px;
}

.mainTableCellLogo {
	font-size: .8em;
	padding: 10px 0px 0px 0px;
	text-align: right;
}

.mainTableCellNav {
	padding: 5px 35px 0px 0px;
}

.navBarItem {
	color: #ffcc33;
	font-size: .8em;
	white-space: nowrap;
}

.navBarItemOver {
	color: #e5e5e5;
	font-size: .8em;
	white-space: nowrap;
}

.navBarSubMenu {
	border: solid 1px #ffcc33;
	background-color: #000066;
}

.vacancyTableCellHeader {
	font-weight: bold;
	padding: 3px 10px 3px 0px;
}

.vacancyTableCellData {
	padding: 3px 3px 3px 0px;
}

.vacancyTableCellHeaderLessPad {
	font-weight: bold;
	padding: 2px 10px 2px 0px;
}

.vacancyTableCellDataLessPad {
	padding: 2px 2px 2px 0px;
}

.vacancyTableControlRow {
	height: 30px;
}