/* CSS Document */

body {
	margin-left   : 00px;
	margin-top    : 00px;
	margin-right  : 00px;
	margin-bottom : 00px;
}
legend {
	color : #FFCC00;
}
.formstyle {
	font-family   : Verdana, Arial, Helvetica, sans-serif;
	font-size     : small;
	font-weight   : bold;
	color         : #FFCC00;
	overflow: auto;
	background-color: #444841;
	border          : 1px solid #333333;
}
.formstylesmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFCC00;
	
	background-color: #444841;
	border: 1px solid #333333;
}
.search {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFCC00;
	
	background-color: #444841;
	border: 1px solid #333333;
}

.breadcrumb {
	font-size: 9px;
	font-weight:bold;
}
.formlinkstyle{
}
.nav1 {
font-size: 9px;
}


a:link {
color: #FFCC00;
text-decoration: none;
}
a:visited{
color: #FFCC00;
text-decoration: none;
}
a:hover {
color: white;
text-decoration: none;
}
a:active {
	color: white;
	font-style: none;
}
.buttons {
	font-size: 10px;
	font-weight: bold;
}
/*
.linkstyle{
}
a:link {
color: black;
text-decoration: none;
}
a:visited{
color: black;
text-decoration: none;
}
a:hover {
color: red;
text-decoration: none;
}
a:active {
	color: red;
	font-style: none;
}*/