a:link {
	color: #FFFFFF;
}
a:visited {
	color: #FFCC99;
}
a:active {
	color: #FFFF99;
}
a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #FF9999;
}
a { color: #FFFFFF;
} 

body {
	background-color: #750000;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 9pt;
	color: #FFFFCC;
}

#MenuLayer {
	position:relative;
	top:0; 
	left:0;
	width:200px;
	height:300px;
	z-index:1;
}
#mainCenter {
	height:100%;
}
#titleframe {
	width: 100%;
	/*height: 92px;*/
	/*background-color: #750000;*/
}
#TopFrame {
	width: 100%;
	height: 100%;
	border: 0px;
}
#BottomFrame {
	width: 100%;
	height: 100%;
	border: 0px;
}

.NamesCaps {
	font-family: "Times New Roman", serif;
	font-size: 16pt;
	font-weight: bold;
	font-variant: small-caps;
	color: #000000;
}
.NamesSmallCaps {
	font-family: "Times New Roman", serif;
	font-size: 12pt;
	font-weight: bold;
	font-variant: small-caps;
	color: #000000;
}
.NamesSmallCapsWhite {
	font-family: "Times New Roman", serif;
	font-size: 12pt;
	font-weight: bold;
	font-variant: small-caps;
	color: #FFFFFF;
}
.HeadingCaps {
	font-family: "Times New Roman", serif;
	font-size: 12pt;
	font-weight: bold;
	font-variant: small-caps;
	color: #FFFFCC;
}
.HeadingSmallCaps {
	font-family: "Times New Roman", serif;
	font-size: 10pt;
	font-weight: bold;
	font-variant: small-caps;
	color: #FFFFCC;
}
.Heading {
	font-family: "Times New Roman", serif;
	font-size: 16pt;
	font-weight: bold;
	color: #FFFFCC;
}
.HeadingSmall {
	font-family: "Times New Roman", serif;
	font-size: 10pt;
	font-weight: bold;
	font-style: italic;
	color: #FFFFCC;
}
.Body {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 9pt;
	color: #FFFFCC;
}
.BodyBold {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #FFFFCC;
}
.Link {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 8pt;
	color: #FFFFCC;
}
.Note {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #FF9999;
}
.NoteRed {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #750000;
}
.Copyright {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 7pt;
	color: #FF9999;
}
.userAlert{
	float:right;
}
/* title frame */

.titleContent { 
	padding: 6px 0 6px 6px; 
}
.banner
{
	font-size: 11px;
	font-family: Verdana, Helvetica, sans-serif;
	color: #750000;
}
.banner .title{
	font-size:1.2em;
	font-weight:bold;
}
.banner .info{
	font-size:0.9em;
}

.banner .email{
	font-weight:bold;
}
/* index frame */
.indexContent {
	width:95%;
	padding-top:6px;
	padding-bottom:6px;
}
.indexInfo {
	font-size: 9px;
	font-family: Verdana, Helvetica, sans-serif;
	padding: 0 0 0 6px;
}
.indexInfo .filename {
	color: #FFFFFF;
}
.indexInfo .date {
	color: #FFFFFF;
}
/* file info */
#imageInfo{
	width: 461px;
	font-family: Verdana, Helvetica, sans-serif;
	padding: 0 6px 0 6px;
}
.content {
	font-size:11px;
/*	color: #333333;*/
	padding-top:6px;
	padding-bottom:6px;
}
.header{
	font-size:8px;
	font-weight:bold;
	color: #FFFFFF;
}
.contentLast {
	font-size:11px;
/*	color: #333333;*/
	padding-top:6px;
}
/* feedback */
.feedback {
	width: 461px;
	font-family: Verdana, Helvetica, sans-serif;
	padding: 6px 6px 0 6px;
}
.checkBoxText
{
	font-size: 11px;
	color: #000000;
}
.button {
	font-weight:bold;
	font-size: 11px;
	color:#750000;
	width:100%;
	background-color:#FFFFCC;
}
