body {
	background-color: #555555;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
body, input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
table {
	font-size: 10pt;
} 
td {
	font-size: 10pt;
}
p {
	text-align: justify;
}

/* header */
table.header {
	background-color: #cccccc;
	width: 100%;
	min-width: 750px;
	margin-bottom: 2px;
	background-image: url(../pics/logo.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	
}
td.headerCenter {
	width: 100%;
	height: 80px;
	text-align: right;
	vertical-align: top;
}

/* footer */
table.footer {
	background-color: #cccccc;
	min-width: 750px;
	width: 100%;
	margin-top: 2px;
}
td.footer {
	text-align: center;
	width: 100%;
}

/* main menu */
table.mainmenu {
	background-color: #999999;
	width: 100%;
	border-collapse: collapse;
}

td.mainmenuitem {
	color: blue;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	width: 20%;
	font-weight: bold;
}

.mainmenuitem:hover   {
	background-color: #aaaaaa;
}

/* admin menu */
.adminmenu {
	background-color: #999999;
	width: 100%;
	border-collapse: collapse;
}

.adminmenuitem {
	color: blue;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	width: 20%;
	font-weight: bold;
}

.adminmenuitem:hover   {
	background-color: #aaaaaa;
}

/* content */
table.content {
	background-color: #555555;
	width: 100%;
}

td.contentLeft {
	background-color: #cccccc;
	width: 83%;
	vertical-align: top;
}
table.contentInside {
	background-color: #cccccc;
	width: 100%;
	vertical-align: top;
	border-collapse: collapse;
}
td.contentMenu {

}
td.contentText {
	padding: 7px;
}

td.contentRight {
	background-color: #cccccc;
	width: 17%;
	vertical-align: top;
	margin-left: 12px;
}

table.contentRightInside {
	background-color: #cccccc;
	width: 100%;
}
td.authorizationCell {
	background-color: #cccccc;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	text-align: right;
}

.spread {
	line-height: 25px;
}

/*
td.articlecellheader {
	background-color: #aaaaaa;
	font-style: italic;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
}
*/

td.newsCellSmall {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	font-size: smaller;
	text-align: justify;
}

td.newsCell {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	text-align: justify;
}

td.newsCellHeader {
	background-color: #aaaaaa;
	font-style: italic;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
}

table.news {
	background-color: #cccccc;
	width: 100%;
}


.redText {
	color: red;
}

.indexBigPicture {
	float: right;
	margin-left: 10px;
	height: 204px;
	width: 294px;
}

.small {
	font-size: smaller;
}

.pageTitle {
	text-align: center;
	font-size: medium;
	font-weight: bold;
}

.sectionTitle {
	font-size: medium;
	font-weight: bold;
	padding-top: 15px;
}

.sectionSubTitle {
	font-weight: bold;
}

.sectionTitleNoPadding {
	font-size: medium;
	font-weight: bold;
}

.textCentered {
	text-align: center;
}

.textRight {
	text-align: right;
}

.textLeft {
	text-align: left;
}

.error {
	text-align: center;
	color: red;
}

.blockCentered {
	margin-left: auto; 
	margin-right: auto;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.underlined {
	border-bottom: 1px dotted;
}

.widthLimit {
	width: 0;
}

.imageTitle {
	text-align: center;
	vertical-align: top;
	font-weight: bold;
}

.simulatorImage {
	vertical-align: top;
	margin: 10px;
}

.simulatorIcon {
	width: 140px;
	height: 94px;
}

.W3CLogo {
	margin: 5px;
	height: 31px; 
	width: 88px;
}

.grey {
	background-color: #dddddd;
}

.center {
	text-align: center;
}

.menulink {
	color: blue;
	text-decoration: none;
	cursor: pointer;
}

.menulink:visited {
	color: blue;
	text-decoration: none;
	cursor: pointer;
}

.menulink:hover {
	color: blue;
	text-decoration: none;
	cursor: pointer;
}