

/* general elements */
input {
	color : #000000;
	font-size : 12px;
	font-weight: bold;
}
div {
	margin-top : 0px;
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
}
span {
	margin-top : 0px;
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
}
p {
	color : #333333;
	margin-top : 5px;
	padding-bottom : 10px;
	margin-bottom : 0px;
	margin-left : 10px;
	margin-right : 10px;
}
h1{
	font-size : 18px;
}
h2{
	font-size : 16px;
}
h3{
	font-size : 14px;
}
h4{
	font-size : 12px;
}
h5{
	font-size : 11px;
}
td {
	color : #333333;
	font-size : 13px;
	font-family : Tahoma,Verdana,Arial;
}

/* table defs */
/* 779px */
.mainTable {
	width : 700px;
	border-style : none;
	padding : 0px;
} 
.sideTable {
	background-color: #D7D7D7;
	border-style : none;
	padding : 0px;
} 
.layoutTable {
	width : 100%;
	border-style: none;
	padding : 0px;
} 
/*	background-image : url("images/grad3.gif");
	background-position: top;
	background-repeat: repeat;
*/
.headerTable {
	width : 100%;
	border-style : solid;
	border-color : #FFFFFF;
	border-width : 4px 4px 2px 4px;
	padding : 10px;
} 
.nav {
	text-align:right;
	font-family:tahoma,verdana,arial;
	font-size:24px;
}

#navCell {
	text-align : center;
	padding-left : 0px;
	padding-right : 0px;
	padding-top : 0px;
	padding-bottom : 0px;
	margin-bottom : 0px;
}
#navCell a:link, #navCell a:visited {
	text-decoration : none;
	color: #333333;
}
#navCell a:active, #navCell a:hover {
	text-decoration : underline;
	color: #333333;
	font-weight: bold;
}
#navCell .navOn {
	color: #FFFFFF;
	font-weight: bold;
	background-color: #676767;
}
#navCell tr {
	background-color: #D7D7D7;
	color: #333333;
}

.contentTable {
	width : 575px;
	border-style : solid;
	border-color : #ffffff;
	border-width : 4px 4px 4px 4px;
	padding : 10px;
} 
.galleryTable {
	width: 350px;
	border-style : solid;
	border-color : #ffffff;
	border-width : 4px 4px 4px 4px;
	padding : 10px;
} 
.footerTable {
	width : 700px;
	padding: 30px;
	color : white;
	font-weight : bold;
	text-align : center;
	border-style : solid;
	border-color : #FFFFFF;
	border-width : 2px 4px 4px 4px;
} 
/* links */
.headerTable a:link {
	color : #999999;
	text-decoration : none;
}
.headerTable a:hover {
	color : #777777;
	text-decoration : none;
}
.headerTable a:active {
	color : #555555;
	text-decoration : none;
}
.headerTable a:visited {
	color : #999999;
	text-decoration : none;
}
.nav a:link {
	color : #CFCE6E;
	text-decoration:none;
}
.nav a:hover {
	color : #CFCE6E;
	text-decoration:none;
}
.nav a:active {
	color : #CFCE6E;
	text-decoration:none;
}
.nav a:visited {
	color : #CFCE6E;
	text-decoration:none;
}
.contentTable a:link {
	color : #ffffff;
}
.contentTable a:hover {
	color : #cccccc;
}
.contentTable a:active {
	color : #cccccc;
}
.contentTable a:visited {
	color : #ffffff;
}
.footerTable a:link {
	color : #333333;
	text-decoration : none;
}
.footerTable a:hover {
	color : #333333;
	text-decoration : none;
}
.footerTable a:active {
	color : #333333;
	text-decoration : none;
}
.footerTable a:visited {
	color : #333333;
	text-decoration : none;
}
/* special */
.logo {
	vertical-align : top;
	padding-left : 20px;	
	padding-top : 0px;
	padding-bottom : 0px;
}
.logo2 {
	vertical-align : bottom;
	padding-left : 20px;	
	padding-top : 0px;
	padding-bottom : 0px;
}
.header_image {
	vertical-align : middle;
	padding-right : 0px;
	padding-left : 60px;
	padding-top : 0px;
	padding-bottom : 0px;
}
.contentImg {
	border:3px dotted #ffffff;
}
.title {
	font-size :24px;
	font-family : Tahoma,Verdana,Arial;
	color : #CFCE6E;
	padding-top : 60px;
	padding-left : 20px;
}
.titleDark {
	font-size :24px;
	font-family : Tahoma,Verdana,Arial;
	color : #444444;
	padding-top : 20px;
	padding-left : 20px;
}
.titleGallery {
	font-size :24px;
	font-family : Tahoma,Verdana,Arial;
	color : #444444;
	padding-top : 10px;
	padding-left : 20px;
}
.subtitle {
	font-size : 12px;
	font-family : Tahoma,Verdana,Arial;
	color : #333333;
	vertical-align : 20px;
	padding-left : 10px;
}
.copyright {
	font-size : 10px;
	font-family : Tahoma,Verdana,Arial;
	color : #333333;
}
.lightFont {
	color: #ffffff;
}