/* CSS Document */

body {
margin-top: 0;
margin-right: 0;
margin-left: 0;
margin-bottom: 0;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #333;
line-height: 120%;
background-color: #fff;
}


h1 {
	font-size: 31px;
	font-family: Trajan, "Times New Roman", Times, serif;
	font-weight: lighter;
	font-stretch:condensed;
	color: #666;
	margin-top: 8px;
	margin-left: 8px;
	margin-right: 8px;
	margin-bottom: 8px;
	line-height:1;
	letter-spacing: 2px;
	
    
}

h2 {
	font-size: 13px;
	color: #666;
	margin-top: 4px;
	margin-left: 4px;
	margin-right: 4px;
	margin-bottom: 4px;
	letter-spacing: 0px;
	
}

h3 {
	font-size: 21px;
		font-weight: lighter;
	font-stretch:condensed;
	margin-top: 8px;
	margin-left: 8px;
	margin-right: 8px;
	margin-bottom: 8px;
	color:#666;
}

h4 {
	font-size: 10px;
		font-weight: lighter;
	font-stretch:condensed;
	margin-top: 8px;
	margin-left: 8px;
	margin-right: 8px;
	margin-bottom: 8px;
	color:#fff;
}

p {
	font-size: 12px;
	margin: 0px;
	margin-top: 12px;
	margin-left: 8px;
	margin-right: 8px;
	margin-bottom: 8px;
	color:#333;
	line-height: 120%;
}

.white {
	font-size: 10px;
	margin: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color:#fff;
	line-height: 100%;
}

.listing {
	font-size: 10px;
	margin: 0px;
	margin-top: 2px;
	margin-left: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	color:#333;
	line-height: 120%;
}

.small {
	font-size: 8px;
	margin: 0px;
	margin-top: 2px;
	margin-left: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	color:#333;
	line-height: 120%;
}



ul {
list-style-type: disc;
list-style-position: outside;
margin-top: 8px;
font-size: 12px;
}

li {
list-style-type: disc;
list-style-position: outside;
margin-top: 8px;
font-size: 12px;
}


a:link {
	color: #336699;
	text-decoration: none;
	font-size: 12px;
}
a:visited {
	text-decoration: none;
	color: #336699;
	color: 
		font-size: 12px;
}
a:hover {
	text-decoration: none;
	color: #336699;
		font-size: 12px;
}

a:active {
	text-decoration: none;
		font-size: 12px;
}



a.navigation:link {
	color: #333;
	text-decoration: none;
	font-size: 11px;

}
a.navigation:visited {
	color: #333;
	text-decoration: none;
	font-size: 11px;
}
a.navigation:hover {
	color: #818070;
	text-decoration: none;
	font-size: 11px;

}
a.navigation:active {
	color: #333;
	text-decoration: none;
	font-size: 11px;
}


table.main {
font-size: 10px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 0px;
border-collapse: collapse;
width: 100%;
padding: 0px;
border-spacing: 0px;

}

table.main td {
padding: 0px;
border-spacing: 0px;
background-color: #fff;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 0px;


}

table.nav {
font-size: 12px;
color: #333;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 0px;
border-collapse: separate;
padding:0px;
border-spacing:1px;
width: 100%;
	background-color: #fff;
	text-align:center;
}

table.nav td {
border-width: 0px;
	padding: 3px;
	border-style: dotted;
	border-color: gray gray gray gray;
	border-spacing: 5px 5px 5px 5px;
	background-color: #1F8DAD;
	vertical-align:middle;
	width:120px;

}

table.smalltable {
font-size: 11px;
border:thin;
border-style: dashed dashed dashed dashed;
margin-top: 0px;
margin-right: 0px;
margin-bottom:0px;
margin-left: 0px;
position:inherit;
border-collapse: collapse;
width: 100%;
} 

table.smalltable td {
	border-width: 1px 1px 1px 1px;
	padding: 3px 3px 3px 3px;
	border-style: none;
	border-color: gray gray gray gray;
}


textarea {
border: 1px solid #999;
width: 200px;
height: 50px;
font-size: 11px;
background: #fff;
}
select {
border: 1px solid #999;
width: 160px;
font-size: 11px;
background: #66CCFF;
}

select.numberselect {
border: 1px solid #999;
width: 40px;
font-size: 11px;
background: #66CCFF;
}

input {
border: 1px solid #999;
background: #fff;
font-size: 11px;
width: 100px;
}

input.tick {
border: none;
background: #fff;
font-size: 11px;
width: 20px;
}

input.longtext {
border: 1px solid #999;
background: #66CCFF;
font-size: 11px;
width: 400px;
}


input.shorttext {
border: 1px solid #999;
background: #66CCFF;
font-size: 11px;
width: 60px;
}

input:hover {
border: 1px solid #999;
background: #fff;
font-size: 11px;


}

button {
border: 1px solid #999;
background: #fff;
font-size: 11px;
width: 140px;
}

button:hover {
border: 1px solid #999;
background: #fff;
font-size: 11px;

}


button.navigation {
border: none;
background: #fff;
font-size: 11px;
width: 140px;
}

button:hover.navigation {
border: none;
background: #fff;
font-size: 11px;

}
