/* DEFAULT */
body
{
	margin-left: 50;
	background-image: url('picture_library/Background.jpg');
	background-attachment: fixed;
	color: #000000;
	font-weight: bold;
	scrollbar-darkshadow-color: #84745B;
	scrollbar-3dlight-color: #84745B;
	scrollbar-face-color: #BAACA1;
	scrollbar-highlight-color: #84745B;
	scrollbar-shadow-color: #84745B;
	scrollbar-arrow-color: #84745B;
	scrollbar-track-color: #BFB8B2;
}

a.normal
{
	color: #000000;
	text-decoration: underline;
}

a.bold
{
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}


/* BLACK */
body.black
{
	margin-left: 0;
	background-image: none;
	background-color: #000000;
}


/* HEADER */
body.header
{
	margin: 0;
	background-image: url('picture_library/header/head.jpg');
	background-color: #000000;
	background-position: top center;
	background-repeat: no-repeat;
	color: #000000;
	font-size: 10pt;
	font-weight: bold;
	font-family: Courier New;
}

a.header
{
	color: #FFFFFF;
	font-size: 10pt;
	font-weight: bold;
	font-family: Courier New;
	text-decoration:none;
}
a.header:link
{
	color: #FFFFFF;
}
a.header:visited
{
	color: #FFFFFF;
}
a.header:active
{
	color: #FFFFFF;
}
a.header:hover
{
	color: #882222;
}


/* NEWS TITLE */
font.title
{
	color: #000000;
	font-size: 110%;
	font-weight: bold;
}
input.title
{
	color: #000000;
	font-size: 100%;
	font-weight: bold;
	font-family: Courier New;
}

/* BOLD */
font.text
{
	color: #000000;
	font-size: 100%;
	font-weight: bold;
}

/* NORMAL */
font.text2
{
	color: #000000;
	font-size: 100%;
	font-weight: normal;
}

/* MEMBERS */
font.members
{
	color: #000000;
	font-size: 90%;
	font-weight: bold;
}

font.members2
{
	color: #000000;
	font-size: 90%;
	font-weight: normal;
}

/* OBJECT HIDDEN */
.hide
{
	visibility:hidden;
	width: 0px;
	height: 0px;
}

