/* General page style . The scroll bar colours only visible in IE5.5+ */

body {
	
	scrollbar-face-color: #DEE3E7;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #DEE3E7;
	scrollbar-3dlight-color: #D1D7DC;
	scrollbar-arrow-color:  #000000;
	scrollbar-track-color: #EFEFEF;
	scrollbar-darkshadow-color: #98AAB1;
	
	text-align: center; /* for IE */
	margin: 0; padding: 0;
	padding-top: 10px;
	background: #cddbdc url(../graphics/background_blue_v4.jpg)  repeat-x;  
	font-size: 11px; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height: 1.3em;
}

/* General font families for common tags */

font, th, td, p { font-family: Verdana, Arial, Helvetica, sans-serif }
hr	{ height: 0px; border: solid #D1D7DC 0px; border-top-width: 1px;}

p { letter-spacing: 0px; margin: 0px;  }

img { border: 0px; border-bottom: 0px: }

pre { font-family: inherit; font-size: inherit; cursor: pointer; display: inline; }

/* Links */

a {
	text-decoration: none;
	color: #205A63;
}

a:hover {
	
	color : #6899a0;
	text-decoration: none;
	border-bottom: 0px;
	
}


/* Tables, rows and cells */

table {	text-align: left; }

th	{ font-weight: bold; font-size: 11px; color: #e1f4f8; }



/* Lists */

ul {
	display: inline;
	list-style-type: none;
	padding: 0;
}

/* Headings */
h1, h2, h3, h4 {

	display: inline;

}

h1, h2 { font-weight: bold; color: #000000; font-family: Verdana,Arial; }

h1 { font-size: 20px; color : #0E6477; text-align: left; }
h2 { font-weight:bold; letter-spacing:1px; color:#205A63; font-family: Arial,Verdana; font-size:11px; }
h3 {
	
	border-bottom: 0px none;
	color: #4D761D;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0px;
	
}

/* Form elements */

input { text-indent : 2px; }

input, textarea, select {
	
	color : #064852;
	font: 11px Verdana, Arial, Helvetica, sans-serif;

}

textarea, select {
	
	border: 1px solid #7690a4;
}

input.password, input.reset, input.text, input.button, input.submit {
	
	background: #FFF url('../graphics/input_bg.png') top right no-repeat;
	border: 1px solid #7690a4;
}

textarea { padding: 2px; }


