/* general elements */
input {
	color : #000000;
	font-size : 12px;
	font-weight: normal;
}
li {
	margin-top : 0px;
	margin-bottom : 0px;
	margin-left : 10px;
	margin-right : 0px;
}
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 : 100%;
	border-style : none;
	padding : 0px;
} 
.sideTable {
	background-color: #D7D7D7;
	border-style : none;
	padding : 0px;
} 
.layoutTable {
	width : 700px;
	background-color: #FFFFFF;
	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;
	padding : 0px;
} 
#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 : 100%;
	border-style : solid;
	border-color : #FFFFFF;
	border-width : 4px;
	background-color: #ffffff;
	background-image : url("images/grad6.gif");
	background-position: center;
	background-repeat: repeat;
	padding : 10px;
} 
.footerTable {
	width : 700px;
	background-color : #D7D7D7;
	padding-left : 10px;
	padding-right : 10px;
	border-style : none;	
	color : #333333;
	font-weight : bold;
	text-align : center;
} 
.editPage {
	width : 100%;
	background-color: #000000;
	border-style : solid;
	border-color : #FFFFFF;
	border-width : 4px;
	padding : 10px;
} 
.editPara {
	color : #DDDDDD;
	text-align : left;
} 
.editHeader {
	width : 100%;
	border-style : solid;
	border-color : #FFFFFF;
	border-width : 4px;
	padding : 0px;
	background-image : url("images/edit_hdr.gif");
	background-position: left;
	background-repeat: repeat;
} 
/* 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;
}
.contentTable a:link {
	color : red;
}
.contentTable a:hover {
	color : red;
}
.contentTable a:active {
	color : red;
}
.contentTable a:visited {
	color : red;
}
.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 : ;
	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;
}
.title {
	font-size : 18px;
	font-family : Tahoma,Verdana,Arial;
	color : #999999;
	vertical-align : 40px;
	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;
}
