/* CSS Document */
BODY {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: White;
}

p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-align: justify;
}

h1 {
	font-size : 14pt;
}

h2 {
	font-size : 12pt;
}

h3 {
	font-size : 10 pt;
}

TD {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

li {
	line-height: 18px;
}

a.body:link {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}

a.body:hover {
	color: #CD853F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}

a.red:link {
	color: #CC3333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
}

a.red:hover {
	color: Silver;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}

a:link {
	color: #CC0000;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
}

a:visited {
	color: #CC0000;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	color: Silver;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}

a.2:link {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}

a.2:visited {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}

a.2:hover {
	color: #FF6600;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}

a.3:link {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
}

a.3:visited {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
}

a.3:hover {
	color: #FF6600;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}

a.blue:link {
	color: Navy;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
}

a.blue:visited {
	color: Navy;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
}

a.blue:hover {
	color: #FF6600;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}

a.navbutton{ 
display: block; 
text-align: center; 
width: 152px; 
height: 27px; 
background-repeat:no-repeat; 
background-image:url(images/top_link.jpg); 
cursor: hand; 
padding-top: 5px; 
} 

a.navbutton:hover{ 
background-image:url(images/top_link_over.jpg); 
}

.text{
color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	background-repeat:no-repeat;
	background-image:url();  
	padding-top: 5px;
	padding-right: 5px;
	padding-Left: 5px;
	padding-bottom: 5px; 
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

/* SIDEBAR IMAGE BORDER AND MAIN PAGE IMAGE RIGHT BORDER */

.sideborders		{ border: #000000 1px solid; }

.imagerightborder	{ border-right: #000000 1px solid; }

/* HIDE MENU AND ITEMS FOR PRINTING */


@media print {
.printhide 	{ display:none; }
.printhelp	{ width:600px; }
}
@media screen{
.printonly 	{ display:none; }
}

/* GALLERY CODE */

.galleryborder		{ border: #000000 1px solid; margin-bottom: 3px; }

.viewer-border	 	{ border: #000000 1px solid; }

.picturecomments 	{
	COLOR: #000000;
	FONT: 10px verdana, arial, sans-serif;
}

.picturetitle 		{ COLOR: #000000; FONT: 10px verdana, arial, sans-serif; font-weight: bold; }


/* SMALL GALLERY MESSAGES */


.divstyle 	{ position:absolute;
		border: #000000 0px solid;
		width: 100px;
		top:0;
		left:0; }

.pstyletitle	{ position:absolute;
		border: #000000 1px solid;
		background:#FFFFE1;
		color:black;
		font-size:10px;
		padding: 3px;
		font-family:verdana, arial, sans-serif; }


.pstylebody 	{ position:absolute;
		background:#FFFFE1;
		color:black;
		font-size:10px;
		font-family:verdana, arial, sans-serif; }


/* GALLERY MENU CODE */


.button-gallery 	{
			color: #000000;
	       		font: bold 11px arial, serif;
			text-align: center;
			background-color: #FFFFFF;
	        	background-image: url("images/button-gallery.gif");
        		padding: 1px 5px 1px 5px;
			margin: 0px 1px 0px 1px;
        		display: block;
			cursor:pointer;
			width: 100px;
        		border: #999999 1px solid;
			}


.buttonon-gallery	{
	color: #990000;
	font: bold 11px arial, serif;
	text-align: center;
	background-color: #FFFFFF;
	background-image: url("images/buttonon-gallery.gif");
	padding: 1px 5px 1px 5px;
	margin: 0px 1px 0px 1px;
	display: block;
	cursor: pointer;
	width: 100px;
	border: #990000 1px solid;
}