body {
	font-family: Tahoma, Verdana, Arial;
	font-size:11px;
	color:#494949;
	margin: 0px;
}
td, p, font {
	font-family: Tahoma, Verdana, Arial;
	font-size:11px;
	color:#494949;
}

a {
	font-family: Tahoma, Verdana, Arial;
	font-size:11px;
	color:#1F7301;
	text-decoration:none;
}
	
a:hover {
	font-family: Tahoma, Verdana, Arial;
	font-size:11px;
	color:#1F7301;
	text-decoration:underline;
}

a.footer {
	font-family: Tahoma, Verdana, Arial;
	font-size:11px;
	color:#9E9E9E;
	text-decoration:none;
}
	
a.footer:hover {
	font-family: Tahoma, Verdana, Arial;
	font-size:11px;
	color:#9E9E9E;
	text-decoration:underline;
}

a.white {
	font-family: Tahoma, Verdana, Arial;
	font-size:11px;
	color:#FFFFFF;
	text-decoration:none;
	font-weight: bold;
}
	
a.white:hover {
	font-family: Tahoma, Verdana, Arial;
	font-size:11px;
	color:#FFFFFF;
	text-decoration:underline;
	font-weight: bold;
}

a.header {
	font-family: Tahoma, Verdana, Arial;
	font-size:11px;
	color:#FFFFFF;
	text-decoration:none;
}
	
a.header:hover {
	font-family: Tahoma, Verdana, Arial;
	font-size:11px;
	color:#FFFFFF;
	text-decoration:underline;
}
input {
	font-family: Tahoma, Verdana, Arial;
	font-size:11px;
	color:#494949;
}
textarea {
	font-family: Tahoma, Verdana, Arial;
	font-size:11px;
	color:#494949;
}
.bold {
   font-weight: bold;
}

.italics {
   font-style: italic;
}

.underline {
   text-decoration: underline;
}

.strikethrough {
   text-decoration: line-through;
}

.overline {
   text-decoration: overline;
}

.sized {
   text-size:
}

.quotecodeheader {
   font-family: Verdana, arial, helvetica, sans-serif;
   font-size: 12px;
   font-weight: bold;
}

.codebody {
   background-color: #FFFFFF;
    font-family: Courier new, courier, mono;
    font-size: 12px;
    color: #006600;
    border: 1px solid #BFBFBF;
}

.quotebody {
   background-color: #FFFFFF;
    font-family: Courier new, courier, mono;
    font-size: 12px;
    color: #660002;
   border: 1px solid #BFBFBF;
}

.listbullet {
   list-style-type: disc;
   list-style-position: inside;
}

.listdecimal {
   list-style-type: decimal;
   list-style-position: inside;
}

.listlowerroman {
   list-style-type: lower-roman;
   list-style-position: inside;
}

.listupperroman {
   list-style-type: upper-roman;
   list-style-position: inside;
}

.listloweralpha {
   list-style-type: lower-alpha;
   list-style-position: inside;
}

.listupperalpha {
   list-style-type: upper-alpha;
   list-style-position: inside;
}

