BODY
           {
           font-size:  medium;
           font-family: Helvettica, arial, sans-serif, times;
           color: white;
           background-color: #333366;
           }

.menu
           {
           font-weight: bold;
           color: white;
           background-color: #6666FF;
           }

TD.menu A:link     { color: white; font-weight: bold; text-decoration: underline }
TD.menu A:visited  { color: yellow; font-weight: bold; text-decoration: underline }
TD.menu A:hover    { color: red; font-weight: bold; text-decoration: none }

A:link     { color: white; font-weight: bold; text-decoration: underline }
A:visited  { color: yellow; font-weight: bold; text-decoration: underline }
A:hover    { color: red; font-weight: bold; text-decoration: none }

ul.square
           {
           list-style-image: url(bullet.gif);
           list-style-type: square;
           }

.selected
           {
           font-weight: bold;
           color: white;
           background-color: #001DB8;
           }

.title
           {
           font-size: xx-large;
           font-weight: normal;
           text-align: center;
           padding: 0% 0%;
           vertical-align: bottom;
           }

.sub-title
           {
           font-size: medium;
           font-weight: lighter;
           text-align: center;
           vertical-align: top;
           padding: 0% 0%;
           }

.tel-title
           {
           font-size: small;
           font-weight: bolder;
           text-align: right;
           vertical-align: bottom;
           padding: 0% 1%;
           }

.email
           {
           font-size: x-small;
           font-weight: bolder;
           vertical-align: bottom;
           padding: 0% 1%;
           }

.example
           {
           float: right;
           width: 160px;
           margin: 0 0 15px 20px;
           padding: 15px;
           border: 1px solid black;
           text-align: center;
           }

.csH1Style {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFFFFF;
}
.csLinkStyle {
    font-weight: bold;
    color: white;
    background-color: #6666FF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFFFFF;
}

