/* Begin Body */
body {
	margin:  0px;
	cursor: default;
	background-color: #fee0ed;
	background-image: url('bg.jpg');
        background-attachment: ;
	background-position: top left;
	background-repeat: repeat-x;
	font-family: Times New Roman;
	font-size: 11px;
        color: #414141; 
        text-align: justify; 
}

/* End Body */



/* Begin Links */
a {
	font-size: 6pt;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #bf2676;
}
a:hover {
	font-size: 6pt;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #6c9226;
}
.header a {
	text-decoration: none;
	color: #000000;
}
.subheader a {
	text-decoration: none;
	color: #000000;
}
/* End Links */



/* Begin Body Tags */
table, tr, td, div {
	font-family: Times New Roman;
	font-size: 10px;
        text-align: justify;
	vertical-align: top;
}
.title {
	font:16px times new roman;
	background-color: #none;
	border-bottom: 1px #000000 dotted;
	font-weight: bold;
	text-transform: lowercase;
	text-decoration: none;
	text-align: left;
	letter-spacing: -1px;
	line-height: 8px;
	color: #000000;
	padding: 4px;
}
.subtitle {
	font:16px times new roman;
	background-color: #none;
	border-bottom: 1px #000000 solid;
	font-weight: bold;
	text-transform: lowercase;
	text-decoration: none;
	text-align: center;
	letter-spacing: -1px;
	line-height: 8px;
	color: #000000;
	padding: 3px;
}

.content {
	font-family: Tahoma;
	font-size: 10px;
	text-align: justify;
	vertical-align: top;
}
.welcome {
	font-size: 6pt;
	font-weight: bold;
	text-transform: uppercase;
	font-family: Tahoma;
        color: #FFFFFF;
	text-align: justify;
	vertical-align: top;
	letter-spacing: 1px;
}
/* End Body Tags */



/* Begin Descriptive Text */
b, strong {
	color: #d05093;
}
i, em {
  color: #3d86b3;
  letter-spacing: 1px;}
s, strike {
  color: #616330;}
u, underline {
        color: #000000;
        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 */