a:link, a:active, a:visited {
	color:#009cff;
	text-decoration:none;
}

a:hover{
 color:#FF6600;
 text-decoration:underline;

}

.copy {
	font-family: Tahoma;
	font-size: 10px;
	color: #AEB6B5;
	text-decoration: none;
}
.text {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 12px;
	color: #5A6966;
}

.text img{
	border: 1px solid #CCCCCC;
}
.form1 {
	font-family: Tahoma;
	font-size: 10px;
	line-height: 12px;
	color: #000000;
	height: 21px;
	width: 116px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #D4D0C8;
	border-bottom-color: #D4D0C8;
}
.form2 {
	font-family: Tahoma;
	font-size: 10px;
	line-height: 12px;
	color: #000000;
	height: 92px;
	width: 81px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #D4D0C8;
	border-bottom-color: #D4D0C8;
	overflow:auto;
}
h1 {
	margin:0;
	padding:0;
	color:#009cff;
}

h1 a:link, .h1 a:active, .h1 a:visited {
	color:#009cff;
	text-decoration:none;
}

h1 a:hover{
 color:#a6afad;
 text-decoration:underline;

}

h2{
	color:#CCCCCC;
	padding:0;
	margin:5px;
}

.MainNav a:link, .MainNav a:active, .MainNav a:visited{
 font-family:Arial, Helvetica, sans-serif;
 font-weight:bold;
 font-size:15px;
 text-transform:uppercase;
 color:#a6afad;
 text-decoration:none;
}

.MainNav a:hover{
 color:#009cff;
  text-decoration:none;

}

/* Modal Windows */

/* jqModal base Styling courtesy of;
  Brice Burgess <bhb@iceburg.net> */

/* The Window's CSS z-index value is respected (takes priority). If none is supplied,
  the Window's z-index value will be set to 3000 by default (in jqModal.js). You
  can change this value by either;
    a) supplying one via CSS
    b) passing the "zIndex" parameter. E.g.  (window).jqm({zIndex: 500}); */
  
.jqmWindow {
    display: none;
    
    position: fixed;
    top: 10%;
    left: 50%;
    
    margin-left: -300px;
    width: 600px;
	max-height:420px;
    
    background-color: #EEE;
    color: #333;
    border: 1px solid black;
    padding: 12px;
	overflow:scroll;
}

.jqmOverlay { background-color: #000; }
.jqmClose {float:right; display:block; width:21px; margin:5px; clear:both;}
.jqmWindowContent {
	clear:both;
}
h3.jqmWindowName{
	color:#ff5a00;
	font-size:16px;
}


/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
/* 
* html .jqmWindow {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}
*/