.copyright {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}

.navigation_top {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.navigation_top:hover {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #004686;
	text-decoration: none;
}

.navigation_bottom {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}

.navigation_bottom:hover {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

.welcome {
	font-family: Tahoma;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.content {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-align:justify;
	text-decoration: none;
}

.content1 {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}


.heading {
	font-family: Tahoma;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.input150 {
	width:150px;
	background-color:#ffffff;
	border: 1px solid #272727;
	font-family:tahoma;
	font-size:11px;
	font-weight:normal;
	text-decoration:none;
	padding-left:5px;
	color:#272727;
}

.names {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.names:hover {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #004686;
	text-decoration: none;
}

.informtext {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#000000;
	}	
	
.informtext:hover {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#FFFFFF;
	}	


a.tipimage
{
font-family:Tahoma;
font-size:11px;
font-weight: normal;
color: #ffffff;
text-decoration: none;
}

a.tipimage
{
position: relative;
}

a.tipimage span 
{
font-family:Tahoma;
font-size:11px;
font-weight: normal;
color: #ffffff;
text-decoration: none;

border: 1px dashed ;
background: #FFFFFF;

display: none;
position:absolute;
top: -100px;
right: -100px;
overflow:visible;
padding: 5px;
z-index: 10;
	
	
-moz-border-radius: 5px; /* this works only in camino/firefox */
-webkit-border-radius: 5px; /* this is just for Safari */
}

a:hover.tipimage 
{
font-family:Tahoma;
font-size:11px;
font-weight: normal;
color: #000000;
text-decoration: none;
cursor:pointer;
}

a:hover.tipimage span 
{
display: block;
font-family:Tahoma;
font-size:11px;
font-weight: normal;
color: #000000;
text-decoration: none;
}		

.more {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

.more:hover {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}


