/* define tags for basic display of content elements */

body, td, center {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt; 
}

th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt; 
}

p {
	font-family: Arial, Helvetica, sans-serif, Verdana;
	line-height: 160%;
	font-size: 11pt;
}

xmp {
	font-size: 11pt;
}

.smallFont {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* define links to have no underline/be blue */
/* a { color: #0100FF; text-decoration: none; } */
a:link { color: #2C56AC;text-decoration: none; background: transparent; }
a:visited { color: #2C56AC;text-decoration: none; background: transparent; }
a:hover { color:#CC66CC;text-decoration: none; }
.menu:link { color:#000000;text-decoration: none; background: transparent; line-height:170%; padding-left:5; }
.menu:visited { color:#000000;text-decoration: none; background: transparent; line-height:170%; padding-left:5; }
.menu:hover { color:#CC66CC;text-decoration: none; line-height:170%; padding-left:5; }


/* define tags for input elements */
form { margin: 0px; }
input, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

textarea {
	font-family: "Courier New",monospace;
	font-size: 12px;
	line-height: 18px;
}

/* define styles (classes) for general type styling */
.headline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	margin: 0px;
	margin-top: 0px;
	margin-bottom: 5px;
}

.subheadline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
	margin-bottom: 5px;
}

.fixedFont
{
	font-family: "Courier New",monospace;
}

/* define styles for table elements */

.borderTable {
    border-color: #6699CC;
	border-width: 0 0 1px 1px;
	border-style: solid;
}
.borderTable td {
    border-color: #6699CC;
    border-width: 1px 1px 0px 0px;
    border-style: solid;
    margin: 0;
/*    padding: 4px; */
}

.noBorderTable {
	border-width: 0 0 0 0;
	border-style: solid;
}
.noBorderTable td {
    border-width: 0 0 0 0;
}
.noBorderTable th {
    border-width: 0 0 0 0;
}

td.tableHead {
	color:#000000;
	background-color:#c1d0df;
	text-align:left;
	font-weight:bold; 
}

/* other html element's default */
ul
{
	font-family: Arial, Helvetica, sans-serif, Verdana;
	/*
	margin-top: 5px;
	margin-bottom: 5px;
	*/
	line-height: 180%;
}

pre
{
	font-family: "Courier New",monospace;
	font-size:120%;
	margin-left: 0;
	margin-bottom: 0;
}

pre.smallFont
{
	font-family: "Courier New",monospace;
	font-size:100%;
	margin-left: 0;
	margin-bottom: 0;
}

pre.alignment
{
	font-family: "Courier New",monospace;
	font-size:80%;
	margin-left: 0;
	margin-bottom: 0;
}

.style1 {
	font-size:15pt;
	font-family:verdana;
	color:#000000;
	line-height:170%;
	padding-left:20px;
	font-weight: bold;
}

.style2 {
	font-size:8pt;
	font-family:verdana;
	color:#000000;
	line-height:170%;
	padding-left:20px;
	padding-right:20px;
}

.style4 {font-size: 5pt}
.style5 {color:#FF0000}




hr
{
	background-color:transparent;
	color:#000000;
	height:1px;
}

dl
{
	margin-top: 0;
	margin-left: 30;
	margin-bottom: 0;
}

