/*-------------------font.link------------------------------------------------------------- */
a:link {color: #3333CC;text-decoration:underline;}
a:visited {color: #3333CC;text-decoration:underline;}
a:hover {color: #FF3300;text-decoration:underline;background: url(images/off.gif) repeat-x top;}
a:active {color: #3333CC;text-decoration:underline;background: url(images/off.gif) repeat-x top;}

/*------------------body------------------------------------------------------------- */
body{
	padding-bottom: 10px;
	background-image: url(images/back1.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
		
/*-------------------font------------------------------------------------------------- */

.main{
width: 900px; /*width of menu*/
border: 0px;
}


.main a.mainmenu{
	background: black url(images/glossyback.gif) repeat-x bottom left;
	font: bold 13px Verdana, Arial, Helvetica, sans-serif;
	color: white;
	display: inline;
	width: 160px;
	height: 40px;
	padding: 4px 0;
	text-decoration: none;
	text-align: center;
	vertical-align: top;
}

.main a.mainmenu:hover{
background-image: url(images/glossyback2.gif);
}

.glossymenu{
margin: 5px 0;
padding: 0;
width: 170px; /*width of menu*/
border: 1px solid #9A9A9A;
border-bottom-width: 0;
}

.glossymenu a.menuitem2{
background: black url(images/glossyback.gif) repeat-x bottom left;
font: bold 11px Verdana, Arial, Helvetica, sans-serif;
color: red;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 4px 0;
padding-left: 10px;
text-decoration: none;
}


.glossymenu a.menuitem{
background: black url(images/glossyback.gif) repeat-x bottom left;
font: bold 11px Verdana, Arial, Helvetica, sans-serif;
color: white;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 4px 0;
padding-left: 10px;
text-decoration: none;
}
.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
color: white;
}
.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
top: 5px;
right: 5px;
border: none;
}
.glossymenu a.menuitem:hover{
background-image: url(images/glossyback2.gif);
}
.glossymenu div.submenu{ /*DIV that contains each sub menu*/
background: white;
}
.glossymenu div.submenu ul{ /*UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
}
.glossymenu div.submenu ul li{
border-bottom: 1px solid blue;
}
.glossymenu div.submenu ul li a{
display: block;
font: normal 11px Verdana, Arial, Helvetica, sans-serif;
color: black;
text-decoration: none;
padding: 2px 0;
padding-left: 10px;
}
.glossymenu div.submenu ul li a:hover{
background: #DFDCCB;
colorz: white;
}
.small {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #61563F;
	line-height: 10px;
}
.stxt {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	line-height: 15px;
}
.HeadingA {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bolder;
	color: #003399;
	line-height: 15px;
}
.stxt_home {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	line-height: 20px;
	padding-left: 70px;
	padding-right: 100px;
	padding-top: 50px;
	text-align: justify;
}
.white {
	color: #FFFFFF;
}

a.sample_attach, div.sample_attach
{
	display: inline;
	width:   200px;
	border:  1px solid black;
	padding: 2px 5px;
	background: #FFFFFF;
	text-decoration: none;
	font-family: "Arial", "Helvetica", "sans-serif";
	font-weight: 900;
	font-size: 11px;
	color:   #003366;
}



a.sample_attach, a.sample_attach:visited { border-bottom: none; text-decoration:none; }
div#sample_attach_menu_child             { border-bottom: 1px solid black;	background: #FFFFEE; }

form.sample_attach
{
  position: absolute;
  visibility: hidden;

  border:  1px solid black;
  padding: 0px 5px 2px 5px;

  background: #FFFFFF;
}

form.sample_attach b
{
	font-family: "Arial", "Helvetica", "sans-serif";
  font-weight: 900;
  font-size: 11px;
}

input.sample_attach { margin: 1px 0px; width: 250px; }

