@charset "utf-8";

/* CSS Document */

body
{
	background-image: url(bg.jpg);
}


/************
 TEXT
 ************/

p
{
	COLOR			: #666666;
	font-family		: "Trebuchet MS",Georgia, "Times New Roman", Times, serif;
	font-size		: 12px;
	margin-bottom	: 0px;
	text-align		: left;
}

h1
{
	COLOR			: #666666;
	font-family		: "Trebuchet MS",Georgia, "Times New Roman", Times, serif;
	font-size		: 12px;
	margin-bottom	: 0px;
	font-weight		: normal;
}

h2	
{
	COLOR			: #888888;
	font-family		: "Trebuchet MS",Georgia, "Times New Roman", Times, serif;
	font-size		: 18px;
	margin-bottom	: 0px;
	font-weight		: normal;
}	

td
{
	COLOR			: #666666;
	font-family		: "Trebuchet MS",Georgia, "Times New Roman", Times, serif;
	font-size		: 12px;
}

.strong
{
	color			: #fe71b3;
	font-weight		: bold;
}

strong
{
	color			: #888888;
	font-weight		: bold;
}

.smaller
{
	font-size		: 10px;
}

.dotted
{
	border			: thin dashed #cccccc;
}

.dottedleft
{
	border-left		: thin dashed #cccccc;
	border-top		: thin dashed #cccccc;
	border-bottom	: thin dashed #cccccc;
}

.dottedtop
{
	border-bottom	: thin dashed #cccccc;
}

.style1
{
	color			: #666666;
	font-family		: "Trebuchet MS", Georgia, "Times New Roman", Times, serif; font-size:12px;
}

.footer
{
	color			: #666666;
	font-family		: Georgia, "Times New Roman", Times, serif; font-size:12px;
}

/*****************
PREVIEW
******************/

a.prevImage
{
	display				: block;
	border-style		: solid;
	border-width		: 1px;
	border-color		: #b3b3b3
}

a.prevImage:link
{
	display				: block;
	border-style		: solid;
	border-width		: 1px;
	border-color		: #b3b3b3;
}

a.prevImage:visited
{
	display				: block;
	border-style		: solid;
	border-width		: 1px;
	border-color		: #b3b3b3;
}

a.prevImage:hover
{
	display				: block;
	border-style		: solid;
	border-width		: 1px;
	border-color		: #b3b3b3;
}

.prevName
{
	font-weight:normal;
	padding-top			: 2px;
	padding-bottom		: 1px;
	font-family			: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size			: 12px;
	color				: #FFF;
	background-color	: #b3b3b3;
}

/*****************
MENU
******************/

a
{
	font-family		: "Trebuchet MS";
	font-weight		: bolder;
	color			: #666666;
	font-size		: 12px;
}
	
a:link
{
	color			: #666666;
	text-decoration	: none;
}

a:hover
{
	text-decoration	: none;
	color			: #fe71b3;
}

a:active
{
	text-decoration	: none;
	color			: #CCCCCC;
}

a:visited
{
	text-decoration	: none;
	border			: none;
}

.selected
{
	font-family		: "Trebuchet MS";
	color			: #CCCCCC;
	font-weight		: bolder;
	font-size		: 12px;
}

