	body{
		font-family: verdana, tahoma, arial;
}

div.content{
		padding:20px;
}


div.content p{
		text-indent: 20px;
		text-align: justify;
		font-size: 75%;
}
div.content h4{
		font-family:Times New Roman;
		font-size: 200%;
		font-weight: normal;
		color: #999999;
		border-bottom: 1px solid #cccccc;
		font-style : italic;
}

div.content ul,ol{
		text-align: justify;
		font-size: 75%;
}
div.content ul ul, div.content ul ol, div.content ol ul, {
		font-size: 100%;
}

	a{
		color: #003366;
		text-decoration: none;
}
	a:hover{
		color: #003366;
		text-decoration: underline;
}
	a.menu{
		color: #0099ff;
		text-decoration: none;
}
	a.current{
		color: #ffffff;
		background-color: #0066FF;
		text-decoration: none;
		padding: 1px;
		border: 1ps solid;
		border-color: #999 #fff #fff #999;
}
	a.menu:hover{
		color: #333333;
		text-decoration: none;
}

.nav{
		font-size: 70%;
}
.active{
		border: 1px solid #cccccc;
		behavior: url(res/menuitem.htc);
}

input.feedback, textarea.feedback{
		border: 1px solid #999999;
}
.error{
		border: 1px solid #999999;
		border-bottom: 2px solid #990000;
}

table.price{
		font-family:Tahoma, Arial;
		font-size: 70%;
		width:90%;
}


table.price thead tr th{
		text-align: center;
		color: #666;
		background-color: #F2F2EA;
		vertical-align:top;
}

table.price tbody div{
		margin:15 0 5 0;
}

table.price tbody th{
		text-align: left;
		color: #666;
		font-weight:normal;
		border-top:1px solid #ccc;
}

table.price tbody th div{
		color: #333;
}

table.price tbody td{
		text-align: center;
		color: #666;
		border-top:1px solid #ccc;
		
}
table.price tfoot td{
		text-align: left;
		color: #666;
		border-top:3px solid #ccc;
}
div.docs {
	margin: 10px 30px; 
	background: transparent url(/res/gfx/wi.gif) no-repeat scroll 0%; 
	-moz-background-clip: -moz-initial; 
	-moz-background-origin: -moz-initial; 
	-moz-background-inline-policy: 
	-moz-initial; 
	height: 16px; 
	padding-left: 20px;
	font-size: 70%;

}