body {
	margin : 0;
	padding : 0;
	text-align : center;
	color : #FFFFFF;
	font-family : verdana;
	font-size : 12px;
	background-color : #010860;
	background-image : url('/template_images/default_background.jpg');
	background-repeat : repeat-x;
	background-position : top left;
	background-attachement : scroll;
	scrollbar-base-color: #666666;
	scrollbar-arrow-color: #000000;
	scrollbar-track-color: #DDDDDD;
}

h1{
	color : #f3f412;
	font-size : 16px;
}
a{
	color : #f3f412;
	text-decoration : none;
}

a.link{
	color : #f3f412;
	text-decoration : none;
}

a.hover{
	color : #f3f412;
	text-decoration : none;
}

a.visited{
	color : #f3f412;
	text-decoration : none;
}

li{
	list-style : none;
	margin-left : 0px;
}

#dhtmltooltip{
position: absolute;
left: -300px;
width: 150px;
border: 1px solid black;
padding: 2px;
background-color: #0082ff;
display:none;
z-index:205;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

#dhtmlpointer{
position:absolute;
left: -300px;
display:none;
z-index:206;

}
#guestListTable{
background-color:#000000;
color:#FFFFFF;
font-family:Arial, Helvetica, sans-serif;
}
#galleryTable{
background-color:#000000;
color:#FFFFFF;
font-family:Arial, Helvetica, sans-serif;
}
