body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.Font-10 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.Font-11 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.Font-12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.Font-popup {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:white;
}
.Font-14 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.Font-16 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
.Font-18 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}
.Font-20 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
}
.Font-24 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
}
.Font-10-verd {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.Font-11-verd {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.Font-12-verd {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.Font-14-verd {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.Font-40 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 40;
}
.Font-30 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28;
	color: #CCCDDD;
}
.BoarderBoxGrey {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #d3d3d3;
	border-right-color: #d3d3d3;
	border-bottom-color: #d3d3d3;
	border-left-color: #d3d3d3;
}
.Boarder-top-Gray {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
.Boarder-bottom-white {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

.font-small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 5px;
}

.image-Left-Corner {
	background-image: url(Images/Shadows_for_main_table/Top-left-corner-Shadow.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.image-Right-caroner {
	background-image: url(Images/Shadows_for_main_table/Top-Right-corner-Shadow.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.image-Right-caroner-Bottom {
	background-image: url(Images/Shadows_for_main_table/Bottom-Right-corner-Shadow.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.image-Top-Banner-Background {
	background-image: url(Images/Palamolo-Banner-image-Green.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.image-Left-Corner-Bottom {

	background-image: url(Images/Shadows_for_main_table/Bottom-left-corner-Shadow.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.image-top-Shadow-strech {
	background-image: url(Images/Shadows_for_main_table/Top-lShadow.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
}
.image-Bottom-Shadow-strech {
	background-image: url(Images/Shadows_for_main_table/Bottom-lShadow.gif);
	background-repeat: repeat-x;
	background-position: center top;
}
.image-Right-Shadow-strech {

	background-image: url(images/right-shadow.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.image-Left-Shadow-strech {
	background-image: url(images/left-shadow.gif);
	background-repeat: repeat-y;
	background-position: right top;
}
.image-middle-strech {
	background-image: url(images/bg-stretch-middle.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.Form-TextArea {
 font-size: 14px;
 background-color: White;
 border: 1px solid #666666;
 font-family:Arial, Helvetica, sans-serif;
 color: Black;
 width:100%;
}
.Form-TextAreaB {
 font-size: 14px;
 background-color: White;
 border: 1px solid #666666;
 font-family:Arial, Helvetica, sans-serif;
 color: Black;
 width:90%;
}

.Form-Buttons {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #464d82;
	color: White;
	margin-right: 6px;
}
.Form-ButtonsB {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #161d54;
	color: White;
	margin-right: 6px;
	width:100%;
	height:24px;
}

.Form-ButtonsC {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
	background-color: #161d54;
	color: White;
	margin-right: 6px;
	width:100%;
	height:34px;
}
a.Hover-BLack:link {
COLOR: black; TEXT-DECORATION: none
}
a.Hover-BLack:visited {
COLOR: black; TEXT-DECORATION: none
}
a.Hover-BLack:hover {
text-decoration: underline;
}
a.Hover-Gray:link {
COLOR: #999999; TEXT-DECORATION: none
}
a.Hover-Gray:visited {
COLOR: #999999; TEXT-DECORATION: none
}
a.Hover-Gray:hover {
text-decoration: underline;
}
a.Hover-White:link {
COLOR: #ffffff; TEXT-DECORATION: none
}
a.Hover-White:visited {
COLOR: #ffffff; TEXT-DECORATION: none
}
a.Hover-White:hover {
text-decoration: underline;
}

a.Hover-Link:link {
COLOR: #ffffff; TEXT-DECORATION: none
}
a.Hover-Link:visited {
COLOR: #ffffff; TEXT-DECORATION: none
}
a.Hover-Link:hover {
COLOR: #ffffff; TEXT-DECORATION: none
}

a.Hover-Green:link {
COLOR: #BCDE01; TEXT-DECORATION: none
}
a.Hover-Green:visited {
COLOR: #BCDE01; TEXT-DECORATION: none
}
a.Hover-Green:hover {
text-decoration: underline;
}
.font10-with-leading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 17px;
}
.font-Title {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #BCDE01;
}
.font-14 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.whitetext {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	/*text-transform: uppercase;*/
}
		.menuB{
		font-family:Arial, Helvetica, sans-serif;
		font-size:14px;
		font-weight:bold;
		color:#FFFFFF;	
		padding-top:5px;
		padding-bottom:5px;
		padding-left:15px;
		padding-right:15px;
		float:left;
		text-align:center;
		cursor:pointer;
		}
		.menuA{
		font-family:Arial, Helvetica, sans-serif;
		font-size:14px;
		font-weight:bold;
		color:#FFFFFF;	
		padding-top:5px;
		padding-bottom:5px;
		padding-left:15px;
		padding-right:15px;
		float:left;
		background-color:#CC0000;	
		text-align:center;
		cursor:pointer;
		}
