
/* Begin Body */
body {
	margin:  0px;
	cursor: default;
	background-color: #ffffff;
	background-image: url('bg.png');
        background-attachment: ;
	background-position: top left;
	background-repeat: repeat-x;
	font-family: Tahoma;
	font-size: 10px;
        color: #818181; 
        text-align: justify; 
}

/* End Body */



/* Begin Links */
a {
	text-decoration: none;
	font-weight: bold;
	font-size: 6pt;
	text-transform: uppercase;
	color: #343434;
}
a:hover {
	text-decoration: underline;
	font-weight: bold;
	font-size: 6pt;
	text-transform: uppercase;
	color: #060608;
}

/* End Links */



/* Begin Body Tags */
table, tr, td, div {
	font-family: Tahoma;
	font-size: 10px;
        text-align: justify;
	vertical-align: top;
}
.header {
	background-color: #1c2429;
	font-size: 6pt;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	text-align: left;
	letter-spacing: 3px;
	line-height: 8px;
	color: #FFFFFF;
	padding: 4px;
}
.subheader {
	background-color: #344a56;
	font-size: 6pt;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	letter-spacing: 3px;
	line-height: 8px;
	color: #ffffff;
	padding: 2px;
}

.content {
	background-color: #eeeff0;
	font-family: Tahoma;
	font-size: 9px;
              color: #353535;
	text-align: justify;
	vertical-align: top;
}
.welcome {
	font-family: Tahoma;
        color: #000000;
	font-size: 10px;
	text-align: justify;
	vertical-align: top;
}
/* End Body Tags */



/* Begin Descriptive Text */
b, strong {
	color: #9B3A27;
}
i, em {
  color: #8E9D79;
  letter-spacing: 1px;}
s, strike {
  color: #000000;}
u, underline {
        color: #CB9648;
        font-style: border; }
/* End Descriptive Text */



/* Begin Forms */
textarea, input, select, button {
	background-color: #EFEFEF;
	border: 1px solid #7A7A7A;
	font-family: Tahoma;
	font-size: 10px;
	color: #7A7A7A;
}
/* End Forms */