body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-color: #000000;
	font-stretch: narrower;
	/*background-image: url(shell/tilingBG.jpg);*/
	background-position: 0px 0px;
	margin: 0px;
	color: #CCCCCC;
	font-weight: normal;
	background-repeat: repeat-x;
}
.NavLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
.NavLinks a:link {
	text-decoration: none;
	color: #FFFFFF;
}
.NavLinks a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.NavLinks a:hover {
	color: #0000FF;
	text-decoration: underline;
}
.NavHeaders {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #FF0000;
	text-decoration: none;
}
.NavHeaders a:link {
	text-decoration: none;
	color: #FF0000;
}
.NavHeaders a:visited {
	color: #FF0000;
	text-decoration: none;
}
.NavHeaders a:hover {
	color: #0000FF;
	text-decoration: underline;
}

.norepeatbgbottom {
	background-repeat: no-repeat;
	background-position: bottom;
}
.bold {
	font-weight: bold;
}
.lighter {
	color: bcbcbc;
}
.italic {
	font-style: italic;
}
.phototitle {
	font-style: italic;
	font-weight: bold;
	color: #666666;
}

.smaller {
	font-size: 10px;
}
.largeboldtext {
	font-size: 16px;
	font-weight: bold;
}
a:link {
	text-decoration: none;
	color: #FFFFFF;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #0000FF;
	text-decoration: underline;
}


.norepeatbgtop {
	background-repeat: no-repeat;
	background-position: top;
}
input {
	background-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #0000CC;
	text-decoration: none;
	/*border: 1px solid #FF0000;*/
}
textarea {
	background-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #0000CC;
	text-decoration: none;
}
#breadcrumb ul li{
   list-style-image: none;
   display:inline;
   padding: 0 3px 0 0;
   margin: 3px 0 0 0;
}
#breadcrumb ul{
   margin:0;padding:0;
   list-style-type: none;
   padding-left: 1em;
}.redText {
	color: #FF0000;
}
.paragraphHeader {
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
}

