/* CSS Document */

body {
	background-color: #cccccc;
}

h1 {
color:#999999;
display:inline;
font-family:"Trebuchet MS";
font-size:14px;
}

h2 {
color:#0099CC;
display:inline;
font-family:"Trebuchet MS";
font-size:16px;
}

.boldgray {
color:#999999;
font-family:"Trebuchet MS";
font-size:14px;
font-weight:bold;
}

.boldblue {
color:#0966AC;
font-family:"Trebuchet MS";
font-size:14px;
font-weight:bold;
}

.menu {
color:#ffffff;
font-family:"Trebuchet MS";
font-size:14px;
font-weight:bold;
}

.menu a {
color:#ffffff;
font-family:"Trebuchet MS";
font-size:14px;
font-weight:bold;
text-decoration:none;
}

.menu a:hover {
color:#000000;
font-family:"Trebuchet MS";
font-size:14px;
font-weight:bold;
text-decoration:none;
}

.maintext {
color:#999999;
font-family:"Trebuchet MS";
font-size:14px;
}

.mediumtext {
color:#999999;
font-family:"Trebuchet MS";
font-size:12px;
}