ul {
	margin-top: 0px;
	padding-left:5px;
	margin-left:1em;
}

ul.menu {
	/*list-style-type: none;*/
	margin-left:10px;
	list-style: disc;
}

a:link {
    color: #0000ff
}

a:visited {
    color: #0000ff
}

a.menu {
    	color:#0000ff;
	text-decoration:none;
}

a.menuhighlight {
    	color:#fe8040;
	text-decoration:none;
}

a.menuhighlight:visited {
    color:#fe8040;
}

a.noborder {
	color:white;
	border-width: 0px;
	text-decoration:none;
}
a.noborder:visited {
	color:white;
	border-width: 0px;
	text-decoration:none;
}

img.noborder {
	border-width: 0px;
}

a.title {
	color:#fff1d5;
	text-decoration:none;
}
a.title:visited {
	color:#fff1d5;
	text-decoration:none;
}

a.h1 {
	color:#fe8040;
	text-decoration:none;
}
a.h1:visited {
	color:#fe8040;
	text-decoration:none;
}

a.h2 {
    	color:#fe8040;
	text-decoration:none;
}

a.h2:visited {
    	color:#fe8040;
	text-decoration:none;
}

b.address {
	color:#fe8040;
}

p.downloaddescription {
}

p.caption {
	font-style: italic;
}

p.downloadlink {
	font-style: italic;
}

p.note {
	color: #000000;
	margin-bottom:4px;
	font-weigth: bold;
	font-size: 20px;
	text-align: right;
}

table.homebar {
	margin-left:-6px;
	margin-right:-6px;
	margin-top:-4px;
	border-width:2px;
	border-spacing: 0px;
}

td.homebar {
	width:33%;
	vertical-align: middle;
	text-align: center;
	color:#fff1d5;
	font-size: 18px;
	font-weight: bold;
	horizontal-align: middle;
	border-spacing: 0px;
	padding: 5px 5px 20px 5px;
}

td.homecontent {
	width:33%;
	border-top-width:0px;
	vertical-align: top;
	padding: 5px 5px 5px 5px;
}

td.homecontentr {
	width:33%;
	border-top-width:0px;
	vertical-align: top;
	padding: 5px 5px 5px 5px;

	border-right: 1px dashed red;
}

td.homecontenttop {
	width:33%;
	border-top-width:0px;
	vertical-align: top;
	text-align: center;
	padding: 5px 5px 5px 5px;
}

td.homespecial {
	width:33%;
	border-top-width:0px;
	vertical-align: top;
	text-align: center;
	padding: 5px 5px 5px 5px;
	font-size: 20px;
	font-weight: bold;
	color:#fe8040;
}

hr {
	border-top: 1px dashed red;
	color: white;
	background-color: white;
}

table.doclistshort {
        border-width: 0px;
        border-spacing: 0px;
}

table.box {
	border:1px solid black;
	background-image:url('images/wave.jpg');
	background-position:bottom;
	background-repeat:no-repeat;
}

td.box {
	background-image:url('images/wave.jpg');
	background-position:bottom;
	background-repeat:no-repeat;
}

table.single {
	border-width: thin;
	border-spacing: 0px;
	border-style: none;
	border-color: gray;
	border-collapse: collapse;
}

table.single td {
	border-width: 1px;
	padding: 3px;
	border-style: inset;
	border-color: gray;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}

span.name {
	color:#fe8040;
}
