@import url("dev.css");

body
{
	margin:0;
}

body, li, table, input, select, option, textarea, .menu {

	font-size: 			11px;
	font-family: 		Arial;
}




A:link { text-decoration: none; color: #1F9ECB;}
A:visited { text-decoration: none; color: #1F9ECB;}
A:active {text-decoration:underline; color:#6EC9DE;}
A:hover {text-decoration:underline; color:#6EC9DE;}


.nomargins {
	margin-top:			0;
	margin-bottom:			0;
}

h1 {
	font-size: 			19px;
	color: 				#919499;

}
h2 {
	font-size: 			13px;
	color: 				#919499;
}

h3 {
	font-size: 			12px;
	color: 				#676767;
}

h4 {
	font-size: 			13px;
	color: 				#63687D;
}


input, select, textarea {

	font-size: 			12px;
	font-size-adjust:	.58;
	font-family: 		Arial;
	color: 				#000000; 
	border-width :		1px;
	border-style :		solid;
	border-color :		#888888;
	background-color:	#f0f0f0;

}

ul, li {
	line-height:		130%;
	margin-bottom:		5px;
	margin-left:		10px;
}

	
	 #flashheader {
		border: solid 0px #FFFFFF;
		width: 645px;
		height: 430px;
		float: center;
		margin:0px 0px;
 }		
 
 	 #flashframe {
		border: solid 0px #E4E4EA;
		width: 680px;
		height: 244px;
		float: center;
		margin:0px 0px;
 }		
 
 
 
 a.but {
	overflow: hidden;
	margin-bottom: 0px;
	display: block; 
    background-image:  url(../ILT/images/butbg-off.gif);
	background-repeat: no-repeat;
	width: 145px;
	*width: 175px;
	height: 14px;
	*height: 15px;
	margin-left: 0px;
	margin-top: 0px;
	padding-left: 30px;
	padding-top: 1px;
	text-decoration:none; 
}

a.but:hover {
    background-image:  url(../ILT/images/butbg-on.gif);
	text-decoration:none; 
	color:#000000;
		
}
.butfont {
	font-size: 			10px;
	font-family: 		Verdana;  }
	
	
		td.background {
  	background-image: url('images/background1.gif'); 
    background-attachment: scroll;
    background-repeat: repeat-y; 
    background-position: top right;  }

		td.background2 {
  	background-image: url('images/background2.gif'); 
    background-attachment: scroll;
    background-repeat: repeat-y; 
    background-position: top left;  }	
	a.newnav:link, a.newnav:visited, a.subnav:link, a.subnav:visited  {

	overflow: hidden;
	margin-bottom: 0px;
	display: block; 
    background-image: url(images/butbg-off.gif);
	background-repeat: no-repeat;
	font-size: 			11px;
	width: 147px;
	*width: 195px;
	height: 17px;
	*height: 21px;
	margin-left: 0px;
	margin-top: 0px;
	padding-left: 48px;
	padding-top: 4px;
	text-decoration:none; 
    color: #50555C;
}

a.newnav:hover, a.newnav:active {
    background-image: url(images/butbg-on.gif);
	text-decoration:none; 
	color:#313337;	
    color:#777;
}

a.subnav:link, a.subnav:visited
{
	padding:1px 0 3px 68px;
	height:12px;
    *height:16px;
	width: 127px;
	*width: 195px;
    background-image: url(images/butbgsub-off.gif);    
    background-position: 0 50%
}

a.subnav:hover, a.subnav:active
{
    background-image: url(images/butbgsub-on.gif);
    background-position: 0 50%;
    color:#777;
}



