body
{
	background-image: url('image/bgv2.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-color: #ffffff;
	cursor: default;
	
	scrollbar-arrow-color: #fdbc22;
	scrollbar-track-color: #123456;
	scrollbar-face-color: #fdf1b5;
	scrollbar-3dlight-color: #123456;
	scrollbar-highlight-color: #fdf1b5;
	scrollbar-shadow-color: #fdf1b5;
	scrollbar-darkshadow-color: #123456;
}

a:link, a:active, a:visited
{
	font-weight: bold;
	color: #7ec038;
	text-decoration: none;
}

a:hover
{
	color: #f1e31e;
	text-decoration: none;
	cursor: help;
}

img
{
	border: 0px solid;
}

table
{
	border: 0px solid;
}

td.header
{
	border-bottom: 1px dashed #d89bff;
	font-family: Georgia;
	font-size: 20px;
	font-weight: bold;
	font-variant: small-caps;
	color: #d89bff;
	text-align: left;
	letter-spacing: 3px;
}

td.content
{
	color: #787878;
	font-family: Verdana;
	font-size: 11px;
	text-align: left;
	line-height: 150%;
}

.title
{
	font-variant: small-caps;
	font-size: 15px;
	font-weight: bold;
}

.small
{
	font-size: 10px;
	font-weight: bold;
}