/***********************************************/
/* global.css                                  */
/* Global stylesheet for the FFW page          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body {
	background-color: #E6E6E6;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;
	margin: 0px;
	padding: 0px;
}

.small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#000000;
}

.H1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color:#000000;
}

.H2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#CC0000;
	line-height: 24px;
	text-decoration: none;
	font-weight: bold;
}

.H3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: underline;
	color:#000000;
}

.H4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:#000000;
	line-height: 20px;
}

.inlineH {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #990000;
	font-weight: bold;
}

a{
	color:#0000FF;
	text-decoration: underline;
}

a:link{
	color: #0000FF;
	text-decoration: underline;
}

a:visited{
	color: #660000;
	text-decoration: underline;
}

a:hover{
	color: #0000FF;
	text-decoration: underline;
}

/***********************************************/
/* Navigation tag styles                       */
/***********************************************/
.contentSeparator {
	background-image: url(../pictures/sepLine.png);
	background-repeat: repeat-x;
	background-position: center;
}

.positionLabel {
	font-size: smaller;
	font-style: normal;
	color: #999999;
}

InContentLinkCurr {
	color:#CC0000;
	text-decoration: underline;
}

.InContentLink a{
	color:#CC0000;
	text-decoration: none;
	text-decoration: underline;
}

.InContentLink a:link{
	color:#CC0000;
	text-decoration: none;
	text-decoration: underline;
}

.InContentLink a:visited{
	color: #CC0000;
	text-decoration: none;
	text-decoration: underline;
}

.InContentLink a:hover{
	color: #CC0000;
	text-decoration: underline;
	font-weight: bold;
}

.loginForm{
	font-family: "Arial", Courier, mono;
	font-size: small;
}
.listHeader {
	background-attachment: scroll;
	background-image: url(../pictures/header.gif);
	background-repeat: repeat-x;
	background-position: center center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #990000;
	font-weight: bold;
	padding-left: 5px;
}
.listSeparator {
	background-attachment: scroll;
	background-image: url(../pictures/listSeparator.jpg);
	background-repeat: repeat-x;
	background-position: center center;
}
.listContent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#000000;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 6px;
	padding-bottom: 6px;
}
.contentTable {
	border: 1px solid #999999;
	background-color: #EBF0FA;
}
.counter {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#000000;
}

