.success{
  color: #11AA11;
}

.errors{
  color: #AA1111;
}
body {
	background: #18416A;
	margin: 0px;
	padding-top: 19px;
	font-family: "Trebuchet MS", Arial, Verdana, Tahoma, sans-serif;
	color: #000000;
	font-size: 11px;
	padding-bottom: 19px;
}
h1 {
	font-size: 24px;
	color: #2668A9;
	margin: 0px;
	padding: 0px;
}
.imageBorder {
	border: 1px solid #CCCCCC;
}

h2 {
	font-size: 20px;
	color: #2668A9;
	margin: 0px;
	padding: 0px;
}
.orangeText {
	color: #FF9900;
}
.radText {
	color: #FF0000;
}
.blueText {
	color: #0066CC;
}
.productDetailArea {
	font-size: 14px;
}

.imageArea {
	background: #E4E4E4;
	border: 1px solid #CCCCCC;
	padding: 10px;
}


a{
	color: #000000;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
a.orangeText{
	color: #FF9900;
	text-decoration: none;
}
a.orangeText:hover{
	color: #FF9900;
	text-decoration: underline;
}
input{
	font: 11px "Trebuchet MS", Arial, Verdana, Tahoma, sans-serif;
	color: #000000;
}
.input150{
  width: 150px;
}
.input200{
  width: 200px;
}
.input250{
  width: 250px;
}

.headerArea {
	background: #2B73BB url(images/headerBg.gif) repeat-x left bottom;
}
.mainArea {
	background: #FFFFFF;
}
.subArea {
	background: #F2F2F2;
	padding: 5px;
}
.subAreaContent {
	font-size: 12px;
	color: #000000;
	padding: 5px;
}
.contentArea {
	padding: 10px 20px;
}
.productArea1 {
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 15px;
}
.copyrightArea {
	color: #8CA0B5;
}
.copyrightArea a{
	color: #FFFFFF;
}
.copyrightArea2 a{
	color: #8CA0B5;
}






.menuArea {
	background: #CCCCCC;
	padding-right: 15px;
}
.menuItem {
	background: url(images/menuItem.gif) no-repeat 10px center;
	padding-left: 25px;
	font-size: 13px;
}
.menuItem a{
	text-decoration: none;
}
.menuItem a:hover{
	color: #FFFFFF;
	text-decoration: none;
}

.row1 {
	background: #5388BE;
	color: #FFFFFF;
}
.row2 {
	background: #F7F7F7;
}
.row3 {
	background: #FFFFFF;
}
.row4 {
	background: #EAF4FF;
}
