/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: #FFFFFF url(images/bg01.gif) repeat left top;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

/** HEADINGS */

h1, h2, h3, h4, h5, h6 h7{
	margin: 0px;
}


/** TEXTS */

body, th, td, select {
	font-family: tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #566C7E;
}

input, textarea {
	font-family: tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #566C7E;
	border-style: solid;
	border-width: 1px;
	border-color:#cccccc;
	
}

p, blockquote, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: justify;
	line-height: 16px;
}
ul {
	line-height: 22px;
}

ul.arrow {

list-style-image:url(images/arrowbullet.png);
}

.text1 {
	text-align: center;
	font-size: 10px;
	color: #A2AEB7;
}

.instr {
	font-size: 11px;
	color: #465E72;
}

.error {
	font-size: 11px;
	color: #ff0000;
}

.text2 {
	font-size: 10px;
	color: #465E72;
}

.text3 {
	font: normal 10px tahoma, "Times New Roman", Times, serif;
	color: #465E72;
}

.text4 {
	letter-spacing: 1px;
	font: bold 14px tahoma, "Times New Roman", Times, serif;
/*	color: #fe9900; */
	color: #666666;
}

.titletext {
	font: bold 12px tahoma, "Times New Roman", Times, serif;
	color: #465E72;
}

.text5 {
	letter-spacing: normal;
	font: normal 10px tahoma, Arial, Helvetica, sans-serif;
	color: #465E72;
}

.termsandcond{
	letter-spacing: normal;
	font: normal 10px tahoma, Arial, Helvetica, sans-serif;
	color: #465E72;
}
/** LISTS */

.list1 {
	margin-left: 0px;
	padding-left: -8px;
/*	background: url(homepage18.gif) repeat left top; */
	list-style: none;
	line-height: 15px;
	text-align: left;
}

.list1 a {
	padding: 14px;
	background: url(images/homepage19.gif) no-repeat 5px 50%;
	text-decoration: none;
	color: #465E72;
}

.list1 a:hover {
	text-decoration: underline;
}

/** LINKS */

a {
	color: #c4470d;
}

a:hover {
	text-decoration: none;
}

.link1 {
	line-height:20px;
	text-decoration: none;
	letter-spacing: -1px;
	font: bold 16px tahoma, "Times New Roman", Times, serif;
	color: #7f7fb5;

	
}

.link1 em {
	display: block;
	letter-spacing: normal;
	font: normal 10px tahoma, Arial, Helvetica, sans-serif;
	color: #465E72;
}

.link2 {
	padding-left: 12px;
	background: url(homepage17.gif) no-repeat left center;
	font-size: 10px;
}
	

/** STYLES */


/** BACKGROUNDS */

.bg1 { background: url(images/bg02.gif) repeat-x left top; }
.bg2 { background: url(images/bg03.gif) repeat-y left top; }
.bg3 { background: url(images/bg04.gif) no-repeat left top; }
.bg4 { background: url(images/bg05.gif) no-repeat right top; }
.bg5 { background: url(images/bg06.gif) no-repeat left top; }
.bg6 { background: url(images/bg07.gif) no-repeat left top; }
.bg7 { background: url(images/homepage06.gif) repeat-x left bottom; }
.bg8 { background: url(images/homepage24.gif) repeat-y left top; }
.tdhead1 { background-color:#DADADA; }
.bgfrm { background-color:#D5D5E6}

/** MISC */

.align-justify { text-align: justify; }
.align-right { text-align: right; }

img { border: none; }

.img1 {
	float: left;
	margin: 3px 15px 0px 0px;
}

.img2 {
	float: right;
	margin: 3px 0px 0px 15px;
}

.hr1 {
	height: 1px;
}

.linkblue { color: #316ac5; }
.linkorng { color: #fe9900; }

/*  for menus */
.arrowlistmenu{
width: 190px; /*width of accordion menu*/
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font: bold 16px tahoma, "Times New Roman", Times, serif;
color: #7f7fb5;
/*background: black url(titlebar.png) repeat-x center left; */
margin-bottom: 3px; /*bottom spacing between header and rest of content*/
padding: 0px 0 4px 10px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
font: bold 16px tahoma, "Times New Roman", Times, serif;
color: #666666;
background-image: url(images/titlebar-active.png);
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 2px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li .opensubheader{ /*Open state CSS for sub menu header*/
background: lightblue !important;
}

.arrowlistmenu ul li .closedsubheader{ /*Closed state CSS for sub menu header*/
background: lightgreen !important;
}

.arrowlistmenu ul li a{
font: 14px tahoma, "Times New Roman", Times, serif;
color: #316ac5;
/* background: url(arrowbullet.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: underline;
font-weight: normal;
/* border-bottom: 1px solid #dadada; */
font-size: 90%;
}

.arrowlistmenu ul li a:visited{
color: #316ac5;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
background-color: #F3F3F3;
}

.arrowlistmenu ul li a.subexpandable:hover{ /*hover state CSS for sub menu header*/
background: lightblue;
}

li .subheading{ 
margin-left: 19px;
}

.contact {
	font-family: tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #c4470d;
}

.tablebr {
		border-style:solid;
		border-width:1px;
		border-color:#FF9000;
}		







/*  for menus */
.arrowlistmenu-1{
width: 680px; /*width of accordion menu*/
	font-family: tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #566C7E;
	text-align: justify;
}

.arrowlistmenu-1 .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font: bold 12px tahoma, "Times New Roman", Times, serif;
color: #566C7E;
/*background: black url(titlebar.png) repeat-x center left; */
margin-bottom: 3px; /*bottom spacing between header and rest of content*/
cursor: hand;
cursor: pointer;
}

.arrowlistmenu-1 .openheader{ /*CSS class to apply to expandable header when it's expanded*/
font: bold 12px tahoma, "Times New Roman", Times, serif;
color: #666666;
background-image: url(images/titlebar-active.png);
}

.arrowlistmenu-1 ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;

}

.arrowlistmenu-1 ul li{

}

.arrowlistmenu-1 ul li .opensubheader{ /*Open state CSS for sub menu header*/
background: lightblue !important;
}

.arrowlistmenu-1 ul li .closedsubheader{ /*Closed state CSS for sub menu header*/
background: lightgreen !important;
}


/* Menu */
#menu {
	PADDING-RIGHT: 0px; PADDING-LEFT: 8px;  PADDING-BOTTOM: 0px; MARGIN: 0px 0px 0px; WIDTH: 700px; 
}
#menu UL {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0.1em; MARGIN: 0px; 
}
#menu UL LI {
	PADDING-RIGHT: 1.0em; DISPLAY: inline; PADDING-LEFT: 0px; PADDING-BOTTOM: 0.0em; MARGIN: 0px;
}
#menu A {
	font: bold 10px tahoma, "Times New Roman", Times, serif; COLOR: #fff; TEXT-DECORATION: none;
}
#menu A:hover {
	COLOR: #f6e88c; TEXT-DECORATION: none
}
#menu A.on {
	COLOR: #f6e88c; 
}
#menu UL LI.active A {
	COLOR: #f6e88c; 
}
#menu A.active {
	COLOR: #f6e88c; 
}

#menu li span { font: bold 10px tahoma, "Times New Roman", Times, serif; COLOR: #f6e88c; TEXT-DECORATION: none;}

.style5
{
	font-family: tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #566C7E;
	text-align: justify;
}
.tabiltext
{
	font-family: tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #566C7E;
	padding-left:2px;
}
.tablehead
{
	font-family: tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #566C7E;
	padding-left:2px;
	text-align:left;
}