body{
	background-color: #ffffff;
	background-repeat: no-repeat;
	font: 12pt/12pt Times New Roman;
	color: white;
}

p{
	font: 12pt/12pt Times New Roman;
	color: white;
}

div{
	font: 12pt/12pt Times New Roman;
	color: white;
}

.underlined{
	text-decoration: underline;
}

.underlined:visited{
	text-decoration: underline;
}

.underlined:hover{
	text-decoration: underline;
}

a{
	font: 12pt/13pt Times New Roman;
	font-weight: bold;
	text-decoration:none;
	color: #ffdab9;
}

a:visited{
	text-decoration:none;
	color: #eecbad;
}

a:hover{
	text-decoration:none;
	color: #cdaf95;
}

h1{
	font: 20pt/24pt Times New Roman;
	font-weight: bold;
	color:black;
}

.closebox{
	border-style:solid;
	border-width:1px;
	border-color:black;
	background-color:black;
	color:red;
}

.bordered{
	border-style: solid;
	border-width: 1px;
	border-color: black;
}

.defaultPopdown{
	text-align:left;
	background-color:black;
	visibility: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	color:white;
	-moz-opacity:.50;
	opacity: .50;
	filter:alpha(opacity=50);
}

#bottomBorder {
	background-image: url(images/edge_bottom_black.gif);
	background-repeat: repeat-x;
	position: fixed;
	bottom: 0;
	left: 100%;
	width: 100%;
	height: 20px;
	margin-left: -100%;
}

#topBorder {
	background-image: url(images/edge_top_black.gif);
	background-repeat: repeat-x;
	position: fixed;
	top: 0;
	left: 100%;
	width: 100%;
	height: 20px;
	margin-left: -100%;
}

#leftBorder {
	background-image: url(images/edge_left_black.gif);
	background-repeat: repeat-y;
	position: fixed;
	top: 0;
	left: 0;
	width: 20px;
	height: 100%;
	margin: 0;
}

#rightBorder {
	background-image: url(images/edge_right_black.gif);
	background-repeat: repeat-y;
	position: fixed;
	top: 0;
	right: 0;
	width: 20px;
	height: 100%;
	margin: 0;
}