/* General Page */

body {
	background-color: #00004F;
}
p {
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}
a,a:link,a:active,a:visited {
	font-size: 14pt;
	color: #0000FF;
	font-style: normal;
	text-decoration: underline;
}
a:hover,a:visited:hover {
	font-size: 14pt;
	text-decoration: none;
	color: #FF0000;
}
/*
table tr td div {
	font-size: 18pt;
	font-style: normal;
	font-weight: bold;
}
table tr td {
	font-size: 18pt;
	font-style: normal;
	font-weight: bold;
}
*/

/* About Page */

.AboutPage {
	background-color: #0033CC;
}

/* Popup Windows */

.MainPopupWindow {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
}

.MainPopupWindow a,a:link,a:active,a:visited {
	color: #0000FF;
	font-size: 13pt;
	text-decoration: none;
}
.MainPopupWindow a:hover {
	color: #FF0000;
	font-size: 13pt;
	text-decoration: none;
}

.SafetySonar {
	background-color: #000000;
}

.BaseWhite {
	background-color: #FFFFFF;
}

/* Calendar */

.CalendarView a:hover {
	color: #000000;
	font-style: normal;
	text-decoration: none;
}
.CalendarView a:link {
	color: #FF0000;
	font-style: normal;
	text-decoration: underline;
}
.CalendarView a:visited {
	font-style: normal;
	text-decoration: underline;
	color: #0000FF;
}

/* Reports : White Page */
.ReportsWhite {
	background-color: #FFFFFF;
}

.ReportsWhite a:hover,a:visited:hover {
	color: #0000FF;
	font-style: normal;
	text-decoration: none;
}

.ReportsWhite a:link,a:active,a:visited {
	color: #FF0000;
	font-style: normal;
	text-decoration: underline;
}

.ReportsWhite table tr td div {
	font-size: 20pt;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-align: center;
}
.ReportsWhite h3 {
	font-size: 22pt;
	font-style: normal;
	font-weight: bold;
}

/* Reports : Colored Page */
.ReportsColor {
	background-color: #00004F;
}
.ReportsColor a,a:link,a:active,a:visited {
/*	color: #FFFFFF; */
	font-style: normal;
	text-decoration: underline;
}
.ReportsColor a:hover,a:visited:hover {
/*	color: #FFFFFF; */
	font-style: normal;
	text-decoration: none;
}
.ReportsColor h3 {
	font-size: 22pt;
	font-style: normal;
	font-weight: bold;
 	color: #00FF40;
	text-align: center;
}

/* Table Left Side */
.ReportsColor table tr td div {
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
 	color: #FFFF00;
}
/* Table Right Side */
.ReportsColor table tr td {
	font-size: 18pt;
	font-style: normal;
	font-weight: bold;
 	color: #00FFFF;
}