body
{
	
	margin:0px;
	padding:0px;
	background-color:white;
}

img
{
	border:0;
}

textarea, input, select
{
	font-family:verdana, helvetica, arial;
	font-size:12px;
	border: 1px solid #4984A4;
	background:	white;
}

#rand
{
	padding-right:25px;

}

.font
{
	font-family:verdana, helvetica, arial;
	font-size:11px;
	color:black;
}

.font2
{
	font-family:verdana, helvetica, arial;
	font-size:9px;
	color:black;
}

a, a:link, a:visited
{
	text-decoration:none;
	font-family:verdana, arial;
	font-size:11px;
	font-weight:bold;
	color:#4984A4;
}

a:hover, a:active
{
	text-decoration:none;
	font-family:verdana, arial;
	font-size:11px;
	font-weight:bold;
	color:red;
}

a.link2, a:link.link2, a:visited.link2, a:hover.link2
{
	font-family:verdana, helvetica, arial;
	font-size:11px;
	color:#4984A4;
	font-weight:normal;
}

a.link3, a:link.link3, a:visited.link3, a:hover.link3
{
	text-decoration:none;
	font-family:verdana, arial;
	font-size:9px;
	font-weight:normal;
	color:black;
}

#fixed
{
width: 150px;
float: left;
position: absolute;
left: 20px;
top: 110px;
position: fixed;
}

/* -------------------------------------------------------------------
// Image Thumbnail Viewer Script- By Dynamic Drive, available at: http://www.dynamicdrive.com
// Last updated: Jan 22nd, 2007
-------------------------------------------------------------------*/
#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: white;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 10px Verdana;
letter-spacing: 5px;
line-height: 1.1em;
color: white;
padding: 5px 0;
text-align: right;
color: black;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: white;
padding: 5px;
z-index: 5;
}
