body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #343f44;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bg1.jpg);
	background-repeat: repeat;
}
.menubg {
	background-image: url(../images/mainmenu.jpg);
	background-repeat: no-repeat;
	height: 43px;
	width: 455px;
}
.orangetext12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF6A0B;
}
.yellowbg2 {
	background-color: #F9EE6A;
}


.ashtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #343f44;
	font-weight: bold;
	text-align: justify;
}
.orangebar {
	background-image: url(../images/orangebar.jpg);
	background-repeat: repeat-x;
	height: 29px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFFFFF;
	font-weight: bold;
}
.menubg2 {
	background-image: url(../images/mainmenu2.jpg);
	background-repeat: no-repeat;
	height: 38px;
	width: 454px;
}
.orangebdr {
}
.bluetext16 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #0073AC;
}




.whitetext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

.btmbg {
	background-image: url(../images/btmbg.jpg);
	background-repeat: repeat-x;
	height: 46px;
}
.yellowbg {
	background-color: #00FFF9;
}

.customerbtmbg {
	background-image: url(../images/customerbtn.jpg);
	background-repeat: no-repeat;
	height: 29px;
	width: 454px;
}
.creembg {
	background-color: #FCF7B5;
}


a.menulink:link{
	font-family:  Verdana, Arial, Helvetica, sans-serif  ;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	
}
.topmenubg {
	background-image: url(../images/topmenu.jpg);
	background-repeat: no-repeat;
	height: 74px;
	width: 448px;
}
.welcomebg {
	background-image: url(../images/welcome.jpg);
	background-repeat: no-repeat;
	height: 226px;
	width: 454px;
}
a.menulink:visited{
	font-family: Verdana, Arial, Helvetica, sans-serif ;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	
}
a.menulink:hover{
	font-family:  Verdana, Arial, Helvetica, sans-serif ;
	font-size: 12x;
	color: #FFFF00;
	text-decoration: none;
	font-weight: bold;
	
}
a.menulink:active{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#ffffff;
	text-decoration: none;
	font-weight: bold;
}
a.menulink2:link{
	font-family:  Verdana, Arial, Helvetica, sans-serif  ;
	font-size: 12px;
	color: #055176;
	text-decoration: none;
	font-weight: bold;
}
a.menulink2:visited{
	font-family: Verdana, Arial, Helvetica, sans-serif ;
	font-size: 12px;
	color: #055176;
	text-decoration: none;
	font-weight: bold;
	
}
a.menulink2:hover{
	font-family:  Verdana, Arial, Helvetica, sans-serif ;
	font-size: 12px;
	color: #FF0000;
	text-decoration: none;
	font-weight: bold;
	
}
a.menulink2:active{
	font-family:  Verdana, Arial, Helvetica, sans-serif ;
	font-size: 12px;
	color: #055176;
	text-decoration: none;
	font-weight: bold;
	
}
a.menulink3:link{
	font-family:  Verdana, Arial, Helvetica, sans-serif  ;
	font-size: 12px;
	color: #FF6600;
	text-decoration: none;
	font-weight: bold;
}
a.menulink3:visited{
	font-family: Verdana, Arial, Helvetica, sans-serif ;
	font-size: 12px;
	color: #FF6600;
	text-decoration: none;
	font-weight: bold;
	
}
a.menulink3:hover{
	font-family:  Verdana, Arial, Helvetica, sans-serif ;
	font-size: 12px;
	color: #FF0000;
	text-decoration: none;
	font-weight: bold;
	
}
a.menulink3:active{
	font-family:  Verdana, Arial, Helvetica, sans-serif ;
	font-size: 12px;
	color: #FF6600;
	text-decoration: none;
	font-weight: bold;
	
}

/* Circle Text Styles */
            #outerCircleText {
            /* Optional - DO NOT SET FONT-SIZE HERE, SET IT IN THE SCRIPT */
            font-style: italic;
            font-weight: bold;
            font-family: 'comic sans ms', verdana, arial;
            color: red;
            /* End Optional */

            /* Start Required - Do Not Edit */
            position: absolute;top: 0;left: 0;z-index: 3000;cursor: default;}
            #outerCircleText div {position: relative;}
            #outerCircleText div div {position: absolute;top: 0;left: 0;text-align: center;}
            /* End Required */
            /* End Circle Text Styles */

