BODY {
	BACKGROUND-COLOR: #990000;	
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px; 
	PADDING-BOTTOM: 0px;
 	PADDING-TOP: 0px;
	MARGIN: 0px;
	font-family: Georgia, Times New Roman, Times, Arial, serif;
	font-size: 12px;
}

#header {
	BACKGROUND-COLOR: #990000;
	TEXT-ALIGN: center;
	HEIGHT: 69px
}

#footer {
	BACKGROUND-COLOR: silver;
	TEXT-ALIGN: center;
	VISIBILITY: hidden;
	HEIGHT: 50px
}

#content {
	MARGIN: 0px 130px;
	padding: 5px 10px 0px 10px; /*top right bottom left*/ 						
	BACKGROUND-COLOR: #EFE7AD;
	border-right: 1px solid #990000;
	border-left: 1px solid #990000;
}

#left {
	WIDTH: 130px;
	POSITION: absolute;
	TOP: 69px;
	LEFT: 0px;
	padding: 0px 0px 0px 0px; /*top right bottom left*/
	BACKGROUND-COLOR: #EFE7AD;
}

#right {
	WIDTH: 125px;
	POSITION: absolute;
	TOP: 69px;
	RIGHT: 0px;
	padding: 0px 0px 0px 5px; /*top right bottom left*/
	BACKGROUND-COLOR: #EFE7AD;
}

#store {
	MARGIN: 0px 130px 0px 130px;
	padding: 5px 10px 0px 10px; /*top right bottom left*/ 						
	BACKGROUND-COLOR: #EFE7AD;
	border-right: 1px solid #990000;
	border-left: 1px solid #990000;
}	

H1 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #990000;
	MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px
}

h2 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}

h4 {
	font-family: arial, Times New Roman, Times, serif, Georgia;
	font-size: 12px;
	font-weight: bold;
	TEXT-ALIGN: justify
	color: #000000;
}

P {
	MARGIN-TOP: 6pt; MARGIN-BOTTOM: 0px; TEXT-ALIGN: justify
}

ul.left {
	list-style-type: disc;
	list-style-image: none;
	list-style-position: inside;
	line-height: 150%;
	text-indent: -3em;
}
ol.content {
	list-style-type: upper-roman;
	list-style-position: outside;
}
ol.content ol {
	list-style-type: lower-alpha;
}
ul.left li { font-style: normal; }
ol.content li { font-style: normal; }
ol.content ol { font-style: normal; }


/*************************  Pseudo classes *************************/

a:link {
	color: #990000;
	text-decoration: none;
	font-weight: bold;
}
li a:link {
	color: #990000;
	text-decoration: none;
	font-weight: bold;
}

a:visited { 
color: #888888;
text-decoration: none;
font-weight: bold;
}

li a:visited { 
color: #666666;
text-decoration: none;
font-weight: bold;
}

a:hover {
color: rgb(204, 0, 0);
padding-bottom: 5px;
font-weight: bold;
text-decoration: underline;
}

li a:hover {
	display: block;
	color: rgb(204, 0, 0);
	padding-bottom: 0px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #990000;	
}
  
a:active { 
color: rgb(204, 0, 0)
font-weight: bold; 
} 

