BODY, P, TABLE, TH, TD {
	color: #000000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin : 0px 0px 0px 0px;
}
BODY {
	background-color:#FFFFFF;
}
A {
	color: #000099;
	text-decoration : none;
}
A:hover {
	text-decoration : underline;
}
SPAN.short{
	display:none;
}
SPAN.long{
	display:inline;
}
DIV.box{
	background-color:#EEEEEE;
	color:black;
	padding-top : 5px;
	padding-right : 5px;
	padding-bottom : 5px;
	padding-left : 5px;
	border-width : 2px;
	border-style : ridge;
	border-color : #DDDDDD;
}
DIV.title {
	color: #FFFFFF;
	background : url(../images/titlebar.gif) repeat-x;
	font-weight:bold;
	padding-top : 2px;
	padding-bottom : 2px;
	margin-bottom : 5px;
	text-align:center;
	height : 16px;
	width:100%;
	border:1px #333333 solid;
}
DIV.header {
	color: #FFFFFF;
	background : url(../images/spacer.jpg) repeat-x;
	padding-top : 2px;
	padding-bottom : 2px;
	margin-bottom : 5px;
	text-align:center;
	height : 46px;
	width:100%;
	border:1px #333333 solid;
}
DIV.heading {
	color: #0B3D92;
	font-size: 18px;
	font-weight:bold;
	text-decoration: underline;
	margin-bottom: 10px;
}
