@charset "utf-8";
/* CSS Document */
body	{
	margin:0px;
	border:0px;
	background:#200000;
}

#bgTop	{
	background:url(images/pgBgTop.jpg) no-repeat;

}

#footer	{
	padding-left:38px;
	padding-right:38px;
	padding-top:6px;
	color:#E6CBA9;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

#content	{
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
}

h1	{
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:17px;
	font-variant:small-caps;
}

h2	{
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:15px;
	font-variant:small-caps;
	margin-top:-0;
}

h3	{
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:14px;
	font-variant:small-caps;
	color:#600;
	margin-bottom:0px;
	margin-top:-0;
}

p	{
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:13px;
	padding-left:4px;
	padding-right:4px;
}

.text2	{
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:13px;
	padding-left:4px;
	padding-right:4px;
}

.text3	{
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	padding-left:4px;
	padding-right:4px;
}

/*Section for ALL hyperlinks------------------------------------------------------------------*/
p a	{
	color:#00F;
}

p a:hover	{
	color:#09F;
}

a.text2	{
	color:#00F;
	text-decoration:none;
}

a.text2:hover	{
	color:#09F;
}

a.text3	{
	color:#00F;
}

a.text3:hover	{
	color:#09F;
}

.backgroundLinks	{
	font-family:'Lucida Sans Unicode', 'Lucida Grande', sans-serif; 
	color:#FFC; 
	font-size:10px;
}

a.backgroundLinks:hover	{
	font-family:'Lucida Sans Unicode', 'Lucida Grande', sans-serif; 
	color:#A78A56; 
	font-size:10px;
}
	
/*Section for all FORM level elements*/
.loginButton	{
	background:url(images/log-in.jpg) no-repeat; 
	width:110px; 
	height:40px; 
	border:0px; 
	cursor:pointer;
}

.updateButton	{
	background:url(images/update.jpg) no-repeat; 
	width:110px; 
	height:40px; 
	border:0px; 
	cursor:pointer;
}

.resetButton	{
	background:url(images/reset.jpg) no-repeat; 
	width:110px; 
	height:40px; 
	border:0px; 
	cursor:pointer;
}

.submitButton	{
	background:url(images/submit.jpg) no-repeat; 
	width:110px; 
	height:40px; 
	border:0px; 
	cursor:pointer;
}

/*Styles for tables within the site */
.oddRow	{
	height:26px;
}

.evenRow	{
	background:#EAD7B3;
	height:26px;
}