.submenulink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #55608D;
	text-decoration:none;
	padding-left:10px;	
}
.submenulink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #55608D;
	text-decoration:underline;
}
.botommenulink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration:none;
	padding-left:10px;	
}
.botommenulink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration:underline;
}

.caption {
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	font-weight:bold;
	color: #55608D;
	padding-left: 10px;
}
.statustext {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #CC7A5B;
}
.text {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #55608D;
}
.textXL {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight: bold;
	color: #55608D;
}

.textXXL {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight: bold;
	color: #55608D;
}

.orangeHighlight {
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	font-weight:bold;
	color: #CC7A5B;
	text-decoration:none;	
}

.yellowHighlight {
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	font-weight:bold;
	color: #DEBF42;
	text-decoration:none;	
}

.yellowtext {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #DEBF42;
}

.blueHighlight {
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	font-weight:bold;
	color: #82B2D0;
	text-decoration:none;		
}


.greenHighlight {
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	font-weight:bold;
	color: #93B36E;
	text-decoration:none;	
}

.whiteHighlight {
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	font-weight:bold;
	color: #ffffff;
	text-decoration:none;	
}

.greentext {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #93B36E;
}

.link {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #55608D;
	text-decoration:none;	
}
.link:hover {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #55608D;
	text-decoration:underline;
}

.orangetext {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #CC7A5B;
}
.orangeinputbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #55608D;
	background-color: #FFFFFF;
	border: 1px solid;
	border-color: #EBCBBE;
	margin: 5px;
}
.greeninputbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #55608D;
	background-color: #FFFFFF;
	border: 1px solid;
	border-color: #93B36E;
	margin: 5px;
}
.yellowinputbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #55608D;
	background-color: #FFFFFF;
	border: 1px solid;
	border-color: #DEBF42;
	margin: 5px;
}
.blueinputbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #55608D;
	background-color: #FFFFFF;
	border: 1px solid;
	border-color: #82B2D0;
	margin: 5px;
}



