BODY {
	color: #6699CC;
	font-family: "Trebuchet MS", Tahoma, Arial, Verdana;
	font-size: 11px;
	margin: 0px;
	padding: 0px;

}
div.widthmax {
max-width:1200px;
width:expression(document.body.clientWidth > 1200? "1200px": "auto" );
}
a	{ 
	font-family: trebuchet ms, verdana, lucida, arial, helvetica, sans-serif;
	text-decoration: none;
}
a:visited   { 
	text-decoration: none;
	color:  #6699CC;
} 

a:link  {
	text-decoration: none;
	color:  #6699CC;
} 

a:active    { 
	text-decoration: none;
	color:  #666666;
} 

a:hover {
	text-decoration: underline;
	color: #FF6521;
}
a.smalllink {
	font-family: Tahoma, Arial, Verdana;
	font-size: 10px;
	color: #EEEEEE;
	text-decoration: none;
}
a.smalllink:hover {
	font-family: Tahoma, Arial, Verdana;
	font-size: 10px;
	color: #EEEEEE;
	text-decoration: underline;
}
a.contentlink {
	font-family: "Trebuchet MS", Tahoma, Arial, Verdana;
	font-size: 8pt;
	color: #6699CC;
	text-decoration: none;
}
a.contentlink:hover {
	font-family: "Trebuchet MS", Tahoma, Arial, Verdana;
	font-size: 8pt;
	color: #FF6521;
	text-decoration: underline;
}
.hometitle {
	background-color: #FFFFFF;
	background-image: url(../Images/Backgrounds/hometitle.gif);
}
.contenttext {
	font-family: "Trebuchet MS", Tahoma, Arial, Verdana;
	font-size: 11px;
	color: #949494;
}
.blueboldtext {
	font-family: "Trebuchet MS", Tahoma, Arial, Verdana;
	font-size: 10pt;
	font-weight: bold;
	color: #6699CC;
}
.darkgreytext {
	font-family: "Trebuchet MS", Tahoma, Arial, Verdana;
	font-size: 8pt;
	color: #666666;
	font-weight: bold;

}
.blacktext {
	font-family: "Trebuchet MS", Tahoma, Arial, Verdana;
	font-size: 8pt;
	color: #000000;
}
.verticalborder {
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #EEEEEE;
}
.smallcontent {
	font-family: "Trebuchet MS", Tahoma, Arial, Verdana;
	font-size: 8pt;
	color: #666666;
}
