.blueline
{
	background-color: #4471ac;
	color: #b5defe;
	padding: 1px; 
	padding-left: 10px; 
	font-family: Arial; 
	font-size: 14px; 
	font-weight: bold;
	border-right: 1px solid #b5defe;
	border-left: 1px solid #b5defe;
	border-top: 1px solid #FFFFFF;
}

.blueline2
{
	background-color: #4471ac;
	color: #FFFFFF;
	padding: 1px;
	padding-left: 10px; 
	font-family: Arial; 
	font-size: 11px; 
	font-weight: bold;
	border-right: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
}

.returntop
{
	text-align: right; 
	padding-top: 5px;
	padding-right: 10px; 
}

.toptext, .toptext:link, .toptext:visited
{
	color: #6c6c6c; 
	font-family: Arial; 
	font-size: 10px; 
	text-decoration: none;
}

.copyright
{
	text-align: center; 
	padding-left: 10px; 
	padding-bottom: 3px;
	vertical-align: bottom;
	color: #969696; 
	font-family: Arial; 
	font-size: 9px; 
}

.copyrightlink:link, .copyrightlink:visited
{
	color: #969696; 
	font-family: Arial; 
	font-size: 9px;
	text-decoration: none;
}

.copyindex, .copyindex:link, .copyindex:visited
{
	color: #666666;
	font-family: Verdana;
	font-size: 10px;
	text-decoration: none;
}

.footermenu
{ 
	padding-right: 10px;
	padding-top: 20px;
	padding-bottom: 3px;
	font-family: Verdana; 
	font-size: 10px; 
	color: white;
	text-decoration: none;
}

.footermenulink:link, .footermenulink:visited
{
	font-family: Verdana; 
	font-size: 10px; 
	color: white;
	text-decoration: none;
}

.bluetext, .bluetext:link, .bluetext:visited
{
	font-family: Verdana;
	color: #28166F; 
	font-size: 11px; 
	text-decoration: none;
}

.red, .red:link, .red:visited
{
	font-family: Verdana;
	color: red; 
	font-size: 11px; 
	text-decoration: none;
}

.lightbluetext,.lightbluetext:link,.lightbluetext:visited
{
	font-family: Verdana;
	color: #28166F; 
	font-size: 11px; 
	text-decoration: none;
}

.lightbluetext:hover
{
	text-decoration: underline;
}

.btext
{
	color: #000000; 
	font-family: Arial; 
	font-size: 12px; 
	font-weight: bold; 
	text-decoration: none;
	padding-left: 10px;
}

.greytext, .greytext:link, .greytext:visited
{
	color: #D9D9D9; 
	font-family: Verdana; 
	font-size: 11px; 
	font-weight: bold; 
	text-decoration: none;
}

.property, .property:link, .property:visited
{
	font-family: Verdana;
	font-size: 11px;
	color: #333333;
}

.firstmenu
{
	background-color: #e8e8e8;
	border: 1px;
	border-color; #b5defe;
}

.pageborder
{
	border-right: 1px solid #b5defe;
	border-left: 1px solid #b5defe;
}

.pageborder2
{
	border-right: 1px solid #b5defe;
	border-left: 1px solid #b5defe;
	border-bottom: 1px solid #b5defe;
}

.pageborder3
{
	border-right: 1px solid #b5defe;
	border-bottom: 1px solid #b5defe;
}

.pageborder4
{
	border-left: 1px solid #b5defe;
	border-top: 1px solid #b5defe;
}

.whiteborder
{
	border-left: 1px solid #FFFFFF;
}



.blueborder
{
	border: 1px solid #e8e8e8;
}

.bottomborder
{
	border-bottom: 1px solid #b5defe;
}

.blur{
	background-color: #ccc; /*shadow color*/
	color: inherit;
	margin-left: 4px;
	margin-top: 4px;
}

div.mod
{
	border:8px solid #666;
	background:white;
	
	border-left:solid 0px #666;
	border-top:solid 0px #666;
	
	_border:solid 0px white;
	
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#666666,direction=135,strength=6);
	-moz-border-radius:6px;
	-moz-border-bottom-colors:#eee #ddd #ccc #bbb #aaa #999 #777 #888;
	-moz-border-right-colors:#eee #ddd #ccc #bbb #aaa #999 #777 #888;
	zoom:1;
}

div.bd
{	
	border-left:solid 1px #666;
	border-top:solid 1px #666;
}

.blur{
	background-color: #ccc; /*shadow color*/
	color: inherit;
	margin-left: 4px;
	margin-top: 4px;
}

.shadow,
.content{
	position: relative;
	bottom: 2px;
	right: 2px;
}

.shadow{
	background-color: #666; /*shadow color*/
	color: inherit;
}

.content{
	background-color: #fff; /*background color of content*/
	color: #000; /*text color of content*/
	border: 1px solid #000; /*border color*/
	padding: .5em 2ex;
}