body {
	margin : 0 0 0 6px;
	font-family : Verdana, Arial, sans-serif;
	font-size : 0.8em;
	line-height : normal;
	color : Black;
	background-image : url(../images/right.gif);
	background-color : White;
	background-position : left;
	background-repeat : repeat-y;
	
	scrollbar-face-color: #CF0030;  
	scrollbar-shadow-color: #999999; 
	scrollbar-highlight-color: #FFFFFF; 
	scrollbar-3dlight-color: #CCCCCC;  
	scrollbar-darkshadow-color: #000000;  
	scrollbar-track-color: #CF0030;  
	scrollbar-arrow-color: #FFFFFF;
}

td {
	font-family : Verdana, Arial, sans-serif;
	font-size : 0.8em;
	line-height : 1.4em;
	color : Black;
}

h1 {
	font-family: "Gill Sans", Verdana, Arial, sans-serif;
	font-size: 18px;
	line-height: 23px;
	color: Black;
	font-weight: lighter;
	margin-top: 14px;
	margin-bottom: 14px;
	margin-left: 6px;
}

h2 {
	font-family: "Gill Sans", Verdana, Arial, sans-serif;
	font-size: 18px;
	line-height: 23px;
	color: #999999;
	font-weight: bold;
	font-style: italic;
	margin-top: 16px;
	margin-bottom: 6px;
	margin-left: 0px;
}

a {
	text-decoration : none;
	color : Black;
	font-weight : bold;
}

a:hover {
	color : #CF0030;
}

.bt{
	border-top : 1px solid #CF0030;
}

.bb{
	border-bottom : 1px solid #CF0030;
}

.bl{
	border-left : 1px solid #CF0030;
}

.br{
	border-right : 1px solid #CF0030;
}

.fl {
	float : left;
}

.fr {
	float : right;
}

.indent {
	margin : 0 0 12px 12px;
}

.warningbox {
	border: 4px solid #CF0030;
	color: white;
}

.warningmark {
	float: left;
	background-color: #CF0030;
	border: 0;
	padding: 10px;
	margin-right: 10px;
}

a .button {
	padding : 2px;
	vertical-align : middle;
}

a:hover .button {
	background-image : url(../images/button_over.gif);
}

a:active .button {
	padding : 2px 1px 2px 3px;
	background-image : url(../images/button_down.gif);
}

a:visted .button {
	padding : 2px;
	background-image : none;
}

a:focus .button {
	padding : 2px;
	background-image : none;
}

.smalltext {
	font-size: 0.8em;
	font-style: italic;
	color: #555555;
}

.thumbnail {
	font-size: 0.7em;
	width: 108px;
	height: 94px;
	float: left;
	border: 1px solid #CF0030;
	margin: 3px;
	padding: 1px;
	white-space: nowrap;
	text-align: center;
	background-color: #FFF4F0;
	overflow: hidden;
}

.thumbnail a {
	font-weight: normal;
}
