A:hover {
text-decoration: underline;
}

.button2 {
	font-family: verdana;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #ffffff;
	text-decoration: none;
	background-color: Green;
	border: 1px solid #666666;
}

.textbox {
	font-family: verdana;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	background-color: #EFFAF4;
	border: 1px solid #666666;
}

.textbox2 {
	font-family: verdana;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	background-color: #DEC0C2;
	border: 1px solid white;
	height: 12px;
}

.textbox3 {
	font-family: verdana;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
	border: 1px solid black;
	height: 12px;
}

.title {
	color: #AF181F;
	font-weight: bold;
	font-size: 16px;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	font-family: verdana;
	border-bottom: dotted 1px #AF181F;
}

.titlebig {
	color: #AF181F;
	font-weight: bold;
	font-size: 16px;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	font-family: verdana;
	border-bottom: solid 1px #AF181F;
}

.titlesmall {
	color: #AF181F;
	font-weight: bold;
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	font-family: verdana;
	border-bottom: solid 1px #AF181F;
}

.dottedborders {
	border-top:  dashed 1px #cccccc; 
	border-bottom: dashed 1px #cccccc;
	border-right: dashed 1px #cccccc;
}

.topborder {
	border-top: solid 1px #000000; 
}

.bottomborder {
	border-bottom: solid 1px #000000; 
}

.titlesmall2 {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	font-family: verdana;
	border-bottom: dotted 1px #FFFFFF;
}

.button {
	font-family: verdana;
	font-size: 11px;
	font-style: normal;
	color: #000000;
	background-color: #EFFAF4;
	border: 1px solid green;
}

.button_plain {
	font-family: verdana;
	font-size: 11px;
	font-style: normal;
	color: #000000;
	background-color: #FFFFFF;	
	border: 2px solid navy;
}

.button_plain_small {
	font-family: verdana;
	font-size: 11px;
	font-style: normal;
	color: #000000;
	background-color: #FFFFFF;	
	border: 2px solid navy;
	height: 14px;
}

.bodytext {
	font-family: verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}
.links {
	font-family: verdana;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-decoration: none;
	text-transform: none;
	color: #333333;
}
.whitelinks {
	font-family: verdana;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-decoration: none;
	text-transform: none;
	color: #ffffff;
}
.whiteddllinks {
	font-family: verdana;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-decoration: none;
	text-transform: none;
	color: #ffffff;
	height: 20;
}
.linksbold {
	font-family: verdana;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-decoration: none;
	text-transform: none;
	color: #333333;
	font-weight: bold;
}
.headings {
	font-family: verdana;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #333333;
	text-decoration: none;
}

