@charset "utf-8";
.bgshadow {

	width: 100%;
	
	
}

.bodybg {
background-image: url(images/pagebg.jpg);
	background-repeat: repeat;
}

.linearbg {
	background-image: url(images/linearbg.jpg);
	background-repeat: repeat-x;
	width: 96%;
	background-color:#FFFFFF;
}
.buttonbg {
	background-image: url(images/bluepattern.png);
	background-repeat: repeat;
	border: 1px solid #6B86A6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.buttonbg2 {
	background-image: url(images/bluepattern.png);
	background-repeat: repeat;
	
}
.orangepattern {
	background-image: url(images/orangepattern.png);
	background-repeat: repeat;
	height: 30px;
}
.blackpattern {
	background-image: url(images/bgpattern.png);
	background-repeat: repeat;
	height: 30px;
}

.box {
   width:590px;
   height:100px;
   background-color:#6B86A6;
  -moz-border-radius:10px 20px 30px 40px; 
  }

.insidepagewidth {
	width: 96%;
	}

.bodytext1 {
font-family: Arial, Helvetica, sans-serif;
font-size: .8em;
color: #333333;
}
.bodytextwhite {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #fff;
}
.wholeborder {
	border: 1px solid #CCCCCC;
}
.bodytxt1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.caption18 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #fff;
}
.caption18black {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #003399;
	text-transform: capitalize;
}

.caption18RED {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FF0000;
	text-transform: capitalize;
}

.caption12RED {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	text-transform: capitalize;
}

a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F2730B;
	text-decoration: none;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F2730B;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F8A561;
	text-decoration: none;
	}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F2730B;
	text-decoration: none;
	}
.divideline {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #333;
}
.leftline {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
.tr {
	background-image:url(SpryAssets/menu_background.png);
	background-repeat:repeat-x;
	}
	
.leftsideline {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
}
.rightsideline {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
}