/*
* custom styles
* errorMessage
* busMessage
* a
*/

BODY  {
	
		margin : 0px 0px 0px 0px;
		font-family: arial, verdana, sans-serif;
}
.response {
	font-family: courier;
	font-size: 10px;
}

/******
#3589b8
2597c9
cbefff
6eb7e4
#2010d0
*/
.errorMessage {
	
	padding: 5px;
	color : #663333;
	background:  #ffdddd;
	border: 1px #dd0000 solid;
	
	}
	
.busMessage {
	
	padding: 5px;
	color : #333366;
	background:  #ddddff;
	border: 1px #0000dd solid;
	
	}

.padding {
	/*padding: 10px;*/
	 margin-left: 10px; 
	margin-right: 10px  
}
.content {
width: 600;
margin : 0px 0px 0px 0px;
color : #333366;
font-size: 10px;
}

h1 {
font-size:16px;
text-transform: uppercase;
}

h2 {
font-size:14px;
 margin-top: 0px; 
 margin-bottom: 2px; 
}

h3 {
font-size:12px;
color : #333366;
text-transform: uppercase;
}

h4 {
font-size:12px;
color : #333366;

}


A {
	font-weight: bold;
	text-decoration: none;
	color: #3589b8;
}

A:hover {
	font-weight: bold;
	/* text-decoration: none; */
	color: #6eb7e4;
	
}

A.menu {
    font-size: 10;
	background-image: url();
	text-decoration: none;
	color: #FFFFFF;
}

A.menu:hover {
	background-image: url();
	text-decoration: none;
	/* background: #ffffff; */
	color: #000000;
	
}
.caption {
	font-size : 10px;
}

.newshade0 {
	font-size:12px;
    background: #eeeeee; 
	}	
.newshade2 {
	font-size:12px;
    background:  #FFFFFF; 
	}

.shade0 {
    background: #eeeeee; 
	}	
.shade2 {
   /* background:  #ddddff;  */
   background: #D7E0F5;
	}
.shade3 {
    background:  #CC9966; 
	}
.shade4 {
    background:  #835252; 
	}
.shadex {
    background:  #FF9799; 
	}
.shadey {
    background:  #FFCC99; 
	}
.shadez {
    background:  #97FF99; 
	}
.shades {
    background:  #9799FF; 
	}



.heavy_grey {
background-color : #333333;
color : #ccccdd;
}
.mid_grey {
	color : #ffffff;
background-color : #666666;


}

.dark_grey {
background-color : #333333;
color : #ccccdd;
}

.grey {
background-color : #aaaaaa;
color : #000000;
}

.grey_blue {
	color : #ffffff;
	background-color: #91C2DD;
}


.greytext  {
	color : #999999;
	font-size : 10px;
}

.tblhdr {
	color : #ffffff;
	font-size:10px;
	background-color: #165788;
	height : 20;
	font-weight: bold;
}


.redhdr {
	color : #ffffff;
	font-size:10px;
	background-color: #DD3333;
	height : 20;
	font-weight: bold;
}
	
	
	.tblftr {
	color : #ffffff;
	font-size:10px;
	background-color: #91C2DD;
	font-weight: bold;
}
	
.field {
	color: #666666;
	font-family: "verdana";
	font-size: 10px;
	border: 1px #999999 solid;
	background-color: #FAFAFA;
	/* line-height : 13px;  */
}

.menu_field {
	color: #666666;
	font-family: "verdana";
	font-size: 10px;
	border: 1px #999999 solid;
	background-color: #FAFAFA;
	width: 150;
	/* line-height : 13px;  */
}

.form {
width: 600;
background: #CCCCCC;
border-right: solid 1px #666666;
border-bottom: solid 1px #666666; 
}

TD {
	font-size : 12px;
	font-family: arial, verdana, sans-serif;
}
P {
	font-size : 12px;
	font-family: arial, verdana, sans-serif;
}
li {
	font-size : 12px;
	font-family: arial, verdana, sans-serif;
}

