body {
	margin: 10px;
	background-color: #EEEEEE;
	font-family: Arial;
}
td {
	font-size: 10;
}
img {
	border: none;
}

a:link {color:#000000; text-decoration:none;}
a:visited {color:#000000; text-decoration:none;}	
a:hover {color:#666666; text-decoration:underline;}	
a:active {color:#000000; text-decoration:none;}

a.link:link {color:#0000FF; text-decoration:none;}
a.link:visited {color:#0000FF; text-decoration:none;}	
a.link:hover {color:#6666FF; text-decoration:underline;}	
a.link:active {color:#0000FF; text-decoration:none;}

a.topLink:link {color:#999999; text-decoration:none;}
a.topLink:visited {color:#999999; text-decoration:none;}	
a.topLink:hover {color:#F6F6F6; text-decoration:none;}	
a.topLink:active {color:#999999; text-decoration:none;}

.mainTable {
	width: 740px;
}
.header {
	height: 80px;
	background-image: url('images/style/top.jpg');
	vertical-align: bottom;
}
.header2 {
	height: 24px;
	background-image: url('images/style/top2.jpg');
}
.borderTop {
	background-image: url('images/style/borderTop.gif');
	background-repeat: no-repeat;
	background-position: bottom center;
	height: 20px;
	font-size: 8pt;
	padding-left: 10px;
	vertical-align: bottom;
}
.borderBottom {
	background-image: url('images/style/borderBottom.gif');
	background-repeat: no-repeat;
	background-position: top center;
	height: 20px;
	font-size: 8pt;
	padding-left: 10px;
	vertical-align: top;
}
.body {
	border-width: 1px;
	border-color: #D1D1D1;
	border-style: solid;
	border-top-style: none;
	background-color: #F6F6F6;
	height: 400px;
}
.menu {
	font-size: 10pt;
	width: 150px;
	vertical-align: top;
	border-width: 1px;
	border-color: #D1D1D1;
	border-right-style: solid;
}
.contents {
	font-size: 10pt;
	vertical-align: top;
}
.heading {
	font-size: 10pt;
	font-weight: bold;
	padding: 2px;
	background-image: url('images/style/headingBackground.gif');
	border-width: 1px;
	border-bottom-color: #B1B1B1;
	border-bottom-style: solid;
	border-top-style: solid;
	border-top-color: #D1D1D1;
}
.heading2 {
	font-size: 10pt;
	font-weight: bold;
	padding: 2px;
	background-image: url('images/style/headingBackground.gif');
	border-width: 1px;
	border-bottom-color: #B1B1B1;
	border-bottom-style: solid;
	border-top-style: solid;
	border-top-color: #EEEEEE;
}
.menuElement {
	font-size: 10pt;
	font-weight: bold;
	vertical-align: middle;
	padding: 3px;
	border-bottom-style: solid;
	border-color: #DDDDDD;
	border-width: 1px;
	background-color: #FFFFFF;
}

/* Index */

.newsHeadline {
	color: #333333;
	background-color: #E9E9E9;
	font-size: 11pt;
	font-weight: bold;
	vertical-align: middle;
	padding: 2px;
}
.newsText {
	color: #444444;
	height: 50px;
	background-color: #EEEEEE;
	font-size: 9pt;
	vertical-align: top;
	border-bottom-style: solid;
	border-width: 1px;
	border-color: #FFFFFF;
	padding: 4px;
	padding-top: 1px;
}
.newsDate {
	font-size: 7pt;
	color: #666666;
	font-style: italic;
	float: right;
}

/* Projects */
.projHeadline {
	color: #333333;
	background-color: #E9E9E9;
	font-size: 11pt;
	font-weight: bold;
	vertical-align: middle;
	padding: 2px;
}
.projInfo {
	height: 50px;
	background-color: #EEEEEE;
	border-bottom-style: solid;
	border-width: 2px;
	border-color: #D3D3D3;
}
.projInfoText {
	width: 100%;
	color: #444444;
	font-size: 9pt;
	vertical-align: top;
	padding: 4px;
	padding-top: 1px;
}
.projImage {
	font-style: italic;
	text-align: center;
	vertical-align: middle;
	padding: 4px;
	border-left-style: solid;
	border-width: 1px;
	border-color: #FFFFFF;
}
.projAdditionalInfo {
	border-top-style: solid;
	border-width: 1px;
	border-color: #FFFFFF;
	padding: 4px;
}

/* Other */
.textfields {
	background-color:#FFFFFF;
	border-style:solid;
	border-color:#999999;
	border-width:1px;
}
.buttons {
	background-color:#FFFFFF;
	border-style:solid;
	border-color:#999999;
	border-width:1px;
}
.pageInfo {
	font-size: 8pt;
	color: #666666;
	text-align: center;
}