/* *************************************
HTML TAG STYLES BELOW
/* ***********************************/

body {
	font-family: verdana, helvetica, geneva, arial, sans-serif;
	font-size: x-small;
	color: #926c74;
	background-color: #b1b1b1;
	/*  margin: top right bottom left */
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
}

table { 
	font-family: verdana, helvetica, geneva, arial, sans-serif;
	
}

p {
	font-family: verdana, helvetica, geneva, arial, sans-serif;
	font-size: x-small;
	color: #926c74;
	line-height : 10pt;
	/*  margin: top right bottom left */
	margin: 5px 5px 5px 0px;
	padding: 0px 0px 0px 0px;	
}							

li {	
	/*  margin: top right bottom left */
	margin: 0px 0px 0px 0px;
}

.borderone {
    border: 1px solid #cdcbaf;
}

.small {
	font-family: verdana, helvetica, geneva, arial, sans-serif;
	font-size: 7pt;
	color: #926c74;
}				


/* *************************************
HTML HEADER STYLES BELOW
/* ********************************** */
				
H1 {	
	font-family: verdana, helvetica, geneva, arial, sans-serif; 
	
	font-size: 12pt;
	font-weight: bold;
	color: #926c74;
	/*  margin: top right bottom left */
	margin: 0px 5px 0px 0px;
	padding: 0px 0px 0px 0px;
} 

H2 {	
	font-family: verdana, helvetica, geneva, arial, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	font-style: italic; 
	color: #926c74;
	/*  margin: top right bottom left */
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
} 

H3 {	
	font-family: verdana, helvetica, geneva, arial, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #926c74;
	/*  margin: top right bottom left */
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

H4 {	
	font-family: verdana, helvetica, geneva, arial, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
	/*  margin: top right bottom left */
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

H5 {	
	font-family: verdana, helvetica, geneva, arial, sans-serif;
	display: inline;
	font-size: 9pt;
	font-weight: bold;
	color: #000000; 
	/*  margin: top right bottom left */
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
} 

hr {
	text-align: left;
	width: 100%;
	height: 1px;
	color: #926c74;
	background-color: #926c74;
	border: none;
	/*  margin: top right bottom left */
	margin: 5px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
}


/* *************************************
HTML LINK STYLES BELOW
/* ********************************** */
									
a:link {
	text-decoration: underline;
	color: #926c74;
}

a:visited {	
	text-decoration: underline;
	color: #926c74;
}

a:hover {	
	text-decoration: underline;
	color: #000000;
}
								
a:active {	
	text-decoration: underline;
	color: #000000;
}		


/* *************************************
CUSTOM STYLES BELOW
/* ********************************** */

.credits {	
	font-size: 8pt;
	color: #926c74;
}
				
a.cr:link {	
	text-decoration: underline;
	font-weight: bold;
	color: #926c74;
}

a.cr:visited {	
	text-decoration: underline;
	font-weight: bold;
	color: #926c74;
}

a.cr:hover {	
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}

a.cr:active {	
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}

th.gray1 {
	font-family:  font-family: verdana, helvetica, geneva, arial, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #000000;
	background-color : #DEE1E2;	
	text-align: left;
	text-indent: 0px;
	/*  margin: top right bottom left */
	margin: 0px 0px 0px 0px;
	padding: 5px 16px 5px 16px;	
}

.maintableborder {
	/*  margin: top right bottom left */
	border-color: #ffffff;
	border-width: 1px;
	border-style: solid;
}

.p2 {	
	line-height : 25pt;
}

.imagespace	{	
	/*  margin: top right bottom left */
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}


/* *************************************
COLORS AND BACKGROUNDS
/* ********************************** */

.white {
	background-color: #ffffff
}

.black {
	background-color: #000000;
}

.gray {
	background-color: #CFD6E3;
}

.line {
	background-color: #9E9E9F;
}

.drkgrn	{
	background-color: #cdcbaf;
}

.lgtgrn	{
	background-color: #d7d5b9;
}

.bg {
	background-image: url(/images/lorem.gif);
	background-repeat: repeat-repeat;
}

.bg2 {
	background-image: url(/images/lorem2.gif);
	background-repeat: no-repeat;
}

.bg3 {
	background-image: url(/images/lorem3.gif);
	background-repeat: repeat-x;
}
				
.bg4 {
	background-image: url(/images/lorem4.gif);
	background-repeat: repeat-y;
}