/* design: arun.tech@gmail.com */

body
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	text-align: left;	
	color: #F68932;
}

.address
{
	text-align:right;
	color: #F68932;
	vertical-align:middle;
	line-height:1.2em;
}

.address a
{
	text-decoration:none;
	border-bottom: solid dotted 1px;  
	color: #F68932;
}

.navigation
{
	/*background-color: #F68932;*/
	height: 30px;
	color: #F68932;
	font-weight: bold;
	text-align: center;
	padding-right:2px;
}

.navigation a{
	text-decoration: none;
	color: #F68932;	
	display: block;
	vertical-align: middle;
	width:120px;
	line-height: 1.5em;
	height:26px;
	border: 2px solid #FFFFFF;
	/*border-bottom: 2px dotted #F9AB6C;*/
	margin-top: 10px;
}

a#sel{
	color: #EA6F0B;
	background: #FBCDA7;	
	border: 2px solid #F9AB6C;	
	border-bottom: 2px solid #FBCDA7;		
}

a#sel:hover{
	background-color: #FFFF8F;
	color: #F68932;	
	display: block;
	width:120px;
	border: 2px solid #FFFF52;
}

.navigation td{
	border-bottom: 1px solid #F68932;
}


.navigation a:visited{
	color: #F7984B;	
}

.navigation a:hover{
	/*background-color: #F9B47B;*/
	background-color: #FFFF8F;
	color: #F68932;	
	display: block;
	width:120px;
	border: 2px solid #FFFF52;
}

p
{
	padding:0px;
}
h3
{
	line-height:2em;
}

.footer {
	color: #F8A663;
	font-size: 10px;
	border-top: 1px solid #F68932;
}

.tab a {
	text-decoration: none;
	color: #F68932;	
	font-weight: bold;
	vertical-align: middle;
	padding: 2px;
	padding-left:10px;
	padding-right:10px;	
	line-height: 1.8em;
	height:26px;
	border: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}

.tab a:link{
	border-bottom: 1px solid #FFFFFF;
}

.tab a:hover{
	background-color: #F68932;
	color: #FFFFFF;	
	border: 1px dotted #D6660A;
}

.tabcontainer{
	background: #FFFFCC;
	color: #F68932;
	padding-top: 2px;	
	padding-bottom: 2px;		
	padding-left: 10px;
	padding-right: 10px;	
	/*border: 1px dotted #F5B800;*/
}

.tabcontainer a{
	color: #F68932;
	font-style: italic;
	text-decoration: underline;
}

.bodytext ul{
	line-height: 2em;
}

.bodytext a{
	color: #F68932;
	text-decoration: none;
	border-bottom: 1px dotted #F68932;
}

.bodytext a:hover {
	border-bottom: 1px solid #F68932;	
}

.spanauthor
{
font-size:smaller;
font-weight:bold;
font-style:italic;
}