/* CSS Document */

body	
	{	font-family:Arial, Helvetica, sans-serif;
		font-size:10pt;
		font-weight:500;	}
table
	{	font-family:Arial, Helvetica, sans-serif;
		font-size:10pt;
		font-weight:500;
		margin: 0 0 0 0;	}
td
	{	font-family:Arial, Helvetica, sans-serif;
		font-size:10pt;
		font-weight:500;
		color:black;	}
.stndrd_area
	{	font-family:Arial, Helvetica, sans-serif;
		font-size:10pt;
		font-weight:500;
		color:black;
		padding-top:5px;
		padding-left:5px;
		padding-right:10px;
		border-bottom-color:black;
		border-bottom-style:solid;
		border-bottom-width:0px;
		border-left-color:black;
		border-left-style:solid;
		border-left-width:0px;	}
.stndrd_area_notop
	{	font-family:Arial, Helvetica, sans-serif;
		font-size:10pt;
		font-weight:500;
		color:black;
		padding-top:0px;
		padding-left:5px;
		padding-right:10px;
		border-bottom-color:black;
		border-bottom-style:solid;
		border-bottom-width:0px;
		border-left-color:black;
		border-left-style:solid;
		border-left-width:0px;	}
.menu		
	{	position:absolute;
		width:125px;
		top:175px;
		left:0px;
		height:175px;
		border-color:#000000;
		border-style:solid;
		border-width:1px;
		background-color:white;
		border-top-color:#990033;
		border-top-width:4px;
		border-top-style:solid;
		color:black;
		font-family:"Century Gothic";
		font-size:11px;
		font-weight:500;
		padding-left:5px;
		border-left-width:0px;
		display:none;	}
.google		
	{ 	position:absolute;
		top:480px;
		left:2px;
		width:90px;
		font-family:"Century Gothic";
		font-size:10px;
		font-weight:500
		color:black;	}
a	
	{	text-decoration:none;
		font-weight:bold;
		color:#990033;	}
a:hover	
	{	text-decoration:underline; }
	
	
roundedCornerSpacer {
    margin: 0px; padding: 0px; border: 0px;
    clear: both;
    font-size: 1px; line-height: 1px;
}

/* In the CSS below, the numbers used are the following:
    1px: the width of the border
    3px: a fudge factor needed for IE5/win (see below)
    4px: the width of the border (1px) plus the 3px IE5/win fudge factor
    14px: the width or height of the border image
*/

.borderTL, .borderTR, .borderBL, .borderBR {
    width: 14px; height: 14px;
    padding: 0px; border: 0px;
    z-index: 99;
}
.borderTL, .borderBL { float: left; clear: both; }
.borderTR, .borderBR { float: right; clear: right; }
.borderTL { margin: -1px 0px 0px -1px; }
.borderTR { margin: -1px -1px 0px 0px; }
.borderBL { margin: -14px 0px 0px 0px; }
.borderBR { margin: -14px 0px 0px 0px; }

   
.borderTL {
    margin-left: -4px;
    ma\rgin-left: -1px;
}
html>body .borderTL {
    margin-left: -1px;
}
.borderTR {
    margin-right: -4px;
    ma\rgin-right: -1px;
}
html>body .borderTR {
    margin-right: -1px;
}
.borderBL {
    margin-left: -3px;
    ma\rgin-left: 0px;
}
html>body .borderBL {
    margin-left: 0px;
}
.borderBR {
    margin-right: -3px;
    ma\rgin-right: 0px;
}
html>body .borderBR {
    margin-right: 0px;
}
.content {
    margin: 0px;
    padding: 0px;
    border: 1px solid #000000;
	background-color:#990033;
	border-style:solid;
	border-width:1px;
	border-color:black;
}
.contentWrapper {
    padding: 0px;
    border: 0px;
	width:180px;
} 
.innerContent {
	padding: 2px 10px 15px 5px;
	color:#ffffff;
	font-variant:small-caps;
	font-family:"Century Gothic";
	font-size:10pt;
	font-weight:500;
	text-align:right;
}

.innerContent a:link, .innerContent a:visited, .innerContent a:hover {
	color:#ffffff;
}

li	{
	padding-bottom:5px;
}
h1 {
	font-weight:bold;
	font-size:24px;
	color:#6666CC;		
}
h2 {
	font-weight:bold;
	font-size:18px;
	color:#6666CC;		
}
h3 {
	font-weight:bold;
	font-size:16px;
	color:#6666CC;
	text-transform:uppercase;		
}
h4 {
	font-weight:bold;
	font-size:14px;
	color:#6666CC;
	text-transform:uppercase;			
}
h5 {
	font-weight:bold;
	font-size:12px;
	color:#6666CC;		
}
