﻿body {
}

.TitleBars
{
background-color: #9CBAD6; /*#0366CB; rgb(127,162,202); */
font-family: "trebuchet ms", arial, sans serif; 
font-weight: bold;
font-size: 14px;
color: White;
padding: 5px 5px 5px 5px;
border: solid, 1px, gray
}

.ContentBox
{
background-color: #dbe6f1;
font-family: Trebuchet MS;
font-size: small; 
color: Gray;
padding: 5px 5px 5px 5px;
border: solid, 1px, gray;
text-decoration: none
}
a:link {text-decoration: none}
a:visited {text-decoration: none}
a:active {text-decoration: none}
a:hover {text-decoration: none}

.PageTitles
{
color: #5890A8; 
font-weight: bold; 
font-size: 180%
}

#container 
{
	/*(background-image: url(images/cancel.jpg);
	background-repeat: no-repeat;*/

}