body 
{
}
	A {font-family:trebuchet ms}
	A:link {color:#ffffff; text-decoration:underline}
	A:visited {color: #ffffff;}
	A:hover {text-decoration: none; color: #d41111;}
	A:active {color: #ffffff;text-decoration: none}

.menuItem
{
	font-family:trebuchet ms;
	color: white;
	text-decoration: underline;
	font-weight: bold
}

.contentTableStyle
{
	background-image: url(Images/lightcross.gif);
	background-repeat: no-repeat; 
	background-color: white
}

.pageHeading
{
	font-family: "Century Gothic";
	font-weight: bold;
	color: navy
}

.normalPageText
{
	font-family: arial;
	font-size:small;
	color: black
}

.boldPageText
{
	font-family: arial;
	font-size:small;
	font-weight: bold;
	color: black
}

.link
{
	font-family: arial;
	font-size: 10pt;
	color: blue;
	text-decoration: underline
}

.applicationLabel
{
font-family: "Tahoma";
font-size: 10pt
}

.applicationTextBox
{
font-family: "Ariel"
font-size: 12pt
}

.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:600px;
}
