body {
	font : 12px Arial, Helvetica, sans-serif;
	color : Black;
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
}

a {
	color: #CC3333;
}

a:visited {
	color: #666666;
}

.address {
	font: 12px;
	color : #666666;
	font-size : 12px;
	font-weight : bold
}

.label {
	font: bold;
	font-weight : bold;
}

.buttons {
	font : bold;
	font-weight : bold;
}

.title_blue {
	font: bold 24px;
	color: #CC3333;
	font-weight : bold;
	font-size : 24px;
}

.menu_title {
	font : bold 18px;
	color : #666666;
	text-align : center;
	font-size : 18px;
	font-weight : bold;
}

.menu_subtitle {
	font : bold 14px;
	color : #666666;
	text-align : center;
	font-weight : bold;
	font-size : 14px;
}

.menu_display {
	font : bold 12px;
	color : #666666;
	text-align : left;
	text-decoration: none;
	font-weight : bold;
	font-size : 12px;
}

.black_display {
        font : bold 12px;
        color : #000000;
        text-align : left;
        text-decoration: none;
        font-weight : bold;
        font-size : 12px;
}

.white_display {
        font : bold 12px;
        color : #FFFFFF;
        text-align : left;
        text-decoration: none;
        font-weight : bold;
        font-size : 12px;
}

.menu {
	font: bold 16px;
	text-decoration : none;
	color : #666666;
	font-weight : bold;
	font-size : 16px;
}

.menu:hover {
	color : #CC3333;
}

.menu_selected  {
	font: bold 16px;
	color: #000000;
	font-weight : bold;
	font-size : 16px;
}

.submenu {
	font: bold 12px;
	text-decoration : none;
	color : #666666;
	font-weight : bold;
	font-size : 12px;
}

.submenu:hover {
	color : #CC3333;
}

.submenu_selected  {
  font: bold 12px;
  color: #000000;
	font-weight : bold;
	font-size : 12px;
}

.tableHeader {
	font-size: 12px;
	font: bold 12px;
	color: white;
	background-color: #CC3333;
	text-align: center;
	height: 12px;
	font-weight : bold;
	font-color: white;
}

.tableHeader a:visited {
	color: #FFFFFF;
}

.tableHeaderPrint {
	font-size: 12px;
	font: bold 12px;
	color: black;
	text-align: center;
	height: 11px;
	font-weight : bold;
}

.stopped {
	font-size: 12px;
	font: bold 12px;
	color: black;
	height: 11px;
	font-weight: bold;
}

.filterText {
	font-size: 11px;
	color: black;
}

.filterTextTD {
        font-size: 11px;
        color: white;
        border: 1px solid;
}

.tableRow {
	font-size: 11px;
	background-color: white;
	vertical-align: top;
	height: 11px;
	color: black;
	text-decoration: none;
}

.tableRowBottom {
        font-size: 11px;
        background-color: white;
        vertical-align: bottom;
        height: 11px;
        color: black;
        text-decoration: none;
}

.tableRowNotMonitored {
	font-size: 11px;
	background-color: white;
	vertical-align: top;
	height: 11px;
	color: #666666;
	text-decoration: none;
}

.tableRowAction {
        font-size: 12px;
        background-color: white;
        vertical-align: top;
        height: 12px;
        color: #CC3333;
	font-weight: bold;
        text-decoration: none;
}

.tableRowPrint {
	font-size: 11px;
	background-color: white;
	vertical-align: top;
	height: 11px;
	color: black;
	text-decoration: none;
}

.tableRowBold {
	font-size: 11px;
	background-color: white;
	vertical-align: top;
	height: 12px;
	color: black;
	text-decoration: none;
	font-weight : bold;
}

.tableRowOwn {
	font-size: 11px;
	color: #CC3333;
	font-weight: bold;
	background-color: #FFFFFF;
	vertical-align: top;
	height: 11px;
	text-decoration: none;
}

.tableRowForm {
	font-size: 11px;
	vertical-align: top;
	height: 11px;
	color: black;
	text-decoration: none;
	text-align : center;
}

.tableRowFormLink {
	font-size: 11px;
	vertical-align: top;
	height: 11px;
	text-decoration : underline;
	color : Black;
	text-align : center;
}

.tableRowLink {
	font-size: 11px;
	background-color: white;
	vertical-align: top;
	height: 11px;
	text-decoration : underline;
	color : Black;
}

.toolTip {
	text-align: left;
	font-size: 11px;
}

.news {
	text-align: left;
	font : 12px Arial, Helvetica, sans-serif;
	color : Black;
	font-size : 12px;
}

.newsTitle {
	text-align: left;
	font : 14px Arial, Helvetica, sans-serif;
	color : #CC3333;
	font-size : 14px;
}


