.lineright {
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #1897cc;
}
.lineleft {
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #1897cc;
}
.linebottom {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #1897cc;
}
.linerightleft {
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #1897cc;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #1897cc;
}
.maintext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #614774;
}
.navigationtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
}
.subnavigation {
	font-size: 11px;
	font-weight: bold;
}
.subnavigation2 {
	font-size: 10px;
}
.alikitext {
	font-size: 10px;
}
.greentext
{
	color: #018472;
	font-weight: bold;
}
.bluetext
{
	color: #1897cc;
	font-weight: bold;
}
h1 
{
	font-size: 16px;
	font-weight: bold;
}

h2 
{
	font-size: 14px;
	color: #018472;
	font-weight: bold;
	line-height: normal;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.maintext a:link { text-decoration: underline; color: #1897cc}
.maintext a:visited { text-decoration: underline; color: #1897cc}
.maintext a:hover {  text-decoration: underline; color: #1897cc}
.maintext a:active { text-decoration: underline; color: #1897cc}

.navigationtext a:link { text-decoration: none; color: #FFFFFF}
.navigationtext a:visited { text-decoration: none; color: #FFFFFF}
.navigationtext a:hover {  text-decoration: none; color: #614774}
.navigationtext a:active { text-decoration: none; color: #FFFFFF}

.subnavigation2 a:link { text-decoration: none; color: #585886}
.subnavigation2 a:visited { text-decoration: none; color: #585886}
.subnavigation2 a:hover {  text-decoration: none; color: #333333}
.subnavigation2 a:active { text-decoration: none; color: #585886}
.underline {
	text-decoration: underline;
}
.mybutton {
	font-size: 12px;
	color: #FFFFFF;
	border: 1px solid #614774;
	line-height: 14px;
	background-color: #1897cc;
}