a:visited , a:link , a:active {
	color : #0000CC; 
	font-family : Verdana, sans-serif; 
	text-decoration : none;
	font-style: bold;
} 

a:hover {
	color : #0000ff; 
	background-color : #DBDBDB;
} 

b, i, td, tr, th, blockquote, body {
	color : #000000; 
	font-family : Verdana, sans-serif; 
	font-style: normal;
	font-size: 11px;
	line-height: 15px;
} 
caption
{
	font-weight:bold;
	font-variant:small-caps;
}
body { 
	background-color: #ffffff;
}

h1 {
	color : #dd1111; 
	font-family : Verdana, sans-serif; 
	font-style:normal;
	font-weight:bold;
	font-size: 16px;
	line-height: 15px;
} 

h2 {
	color : #000000; 
	font-family : Verdana, sans-serif; 
	font-style: normal;
	font-size: 12px;
	line-height: 15px;
} 

h3 {
	color : #000000; 
	font-family : Verdana, sans-serif; 
	font-style: normal;
	font-weight:bold;
	font-size: 11px;
	line-height: 15px;
}

h4 {
	color : #000000; 
	font-family : Verdana, sans-serif; 
	font-style: normal;
	font-size: 11px;
	line-height: 15px;
} 
.title
{
	color : #000000; 
	font-family : Verdana, sans-serif; 
	font-style: normal;
	font-weight:bold;
	font-size: 20px;
	line-height: 20px;
}
.geek {
	visibility: hidden;
	background-color: #ff3333;
}

.border{
	border: 1px solid red;
}
.top{
	border: 2px solid red;
	background-color: #ffaaaa;
}
img{
	border:0;
}
input.button {
	background-color: #ff3333; 
	font-weight: bold; 
	font-size: 12px; 
	color: #0000aa;
	width:100px;
	text-align:center;
	border-left:solid 1px #ffbbbb;
	border-right:solid 1px #bb0000;
	border-top:solid 1px #ffbbbb;
	border-bottom:solid 1px #bb0000;
}
.menulink{color: #ffffff;font-family : Verdana, sans-serif;font-weight: bold;font-size: 11px;}
	A.menulink:visited {color: #ffffff;text-decoration: none;}
	A.menulink:link {color: #ffffff;text-decoration: none;}
	A.menulink:hover {color: #0000CC;text-decoration: none}
	A.menulink:active {color: #0000CC;text-decoration: none}

.boxgrey {background-color: #ffffff; border-right: #adbbce 1px solid; border-top: #adbbce 1px solid; border-left: #adbbce 1px solid; border-bottom: #adbbce 1px solid;text-align: left;padding-top5px;padding-bottom:5px;padding-left:5px;padding-right:5px;};
