/** 
 * Desc:	Common Style Sheet for AALEDA Website 
 * Author:	Sally Barclay
 * Date:	20 Dec 2004
 */


body
{ 
	background:url(backgnd3.jpg) ;
	color: rgb(0,32,112);
	font-family: Arial; 
}

h1 {
	font-family: Arial;
	font-size: 18pt;
	color:  rgb(0,0,153); /* blue */
	margin-bottom: +12pt;
	margin-top: +12pt;
}

h2		
{  
	
	font-family: Arial;
	font-size: 16pt;
	color:  rgb(0,0,153); /* blue */
	margin-bottom: +10pt;
}

h3		
{  
	font-family: Arial;
 	font-size: 16pt;
	margin-bottom: +2pt;
	color: rgb(0,0,153); /* blue */
}
h4		
{  
	font-family: Arial; 	
	font-size: 14pt;
	margin-bottom: 0pt;
	color: rgb(0,153,153); /* green */
}

a:link		
{  
	color:  navy; /* white yet to visit */
	text-decoration:none;
} 

a:visited 	
{  
	color: rgb(0,243,243); /*colour of letters on menu bar */
	text-decoration:none;
}


.NavBanner {
	background-color: navy;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}

.textdesignby {
	font-weight: normal
}

.textdesignby:hover {
	font-weight: normal
}

.MenuLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
	color: #ff00FF;
	text-decoration: none;
	height: 26px;
	padding-top: 6px;
}
.MenuLink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 14px;
	text-transform: uppercase;
	color: #ffffFF;
	text-decoration: none;
	height: 26px;
	padding-top: 6px;
}
.MenuCell {
	height: 26px;
	cursor: hand;
	padding-left: 2px;	
	padding-right: 2px;
}
.MenuCellOn {
	height: 26px;
	background-color: #315781; /* navy background to menu cells when over it */
	cursor: hand;
	padding-left: 2px;	
	padding-right: 2px;
}

TEXTAREA {
	background-color:  #ffffff; 
	font-family: Arial;
 	font-size: 10pt;
	margin-bottom: +2pt;
	color: rgb(0,153,153); /* green */
}
.field {
	background-color: #315781;
	font-family: Arial;
 	font-size: 12pt;
	margin-bottom: +2pt;
	color: rgb(0,153,153); /* green */
}

.Table1 {
	font-family: Arial;
	font-size: 12px;
//	background-color: #e0ffff;
	background-color: #fafafa;

	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color:gray;
	border-bottom-color: gray;

	border-left-width: 2px;
	border-right-width: 2px;
	border-left-style: solid;
	border-right-style: solid;
	border-left-color: gray;
	border-right-color:gray;
	color: navy;
}

.formbutton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
 	cursor: hand;
	padding-left: 2px;	
	padding-right: 2px;
	background-color: #000099;
	color: rgb(0,243,243); /* bright green */
	}

.formbuttonbig {
	font-family: Arial;
	width:200;
	height:25;
	font-size: 16px;
 	cursor: hand;
	padding-left: 2px;	
	padding-right: 2px;
	background-color: navy;
	color: rgb(0,243,243); /* bright green */
	text-transform:capitalize;
	align:center;
	}

.formbuttonwhite {
	font-family: Arial;
	width:100;
	height:25;
	font-size: 14px;
 	cursor: hand;
	padding-left: 2px;	
	padding-right: 2px;
	background-color: navy;
	color: white; /* white */
	text-transform:capitalize;
	align:center;
	}

.buttonnavy {
	font-family:Arial;
	width: 200px;
	height: 25px;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
	color: white;
	background-color: navy;
}

.buttonnavysmall {
	font-family:Arial;
	width: 100px;
	height: 25px;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
	color: white;
	background-color: navy;
}

.buttonnavybig {
	font-family:Arial;
	width: 200px;
	height: 35px;
	font-weight: bold;
	font-size: 16px;
	text-transform: uppercase;
	color: white;
	background-color: navy;
}

.buttongreen {
	font-family:Arial;
	width: 200px;
	height: 25px;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
	color: rgb(0,243,243);
	background-color: navy;
}

.buttontrim {
	font-family:Arial;
	width: 70px;
	height: 25px;
	font-size: 14px;
	color: black;
	background-color: white;
}

.textblue {
	font-family: Arial;
	font-size: 18px;
	color: rgb(0,0,155); /* blue */
	
}

.textgreen {
	font-family: Arial;
	font-size: 18px;
	color: rgb(0,155,155); /* green */
	
}
.textbright {  
	font-family: Arial;
 	font-size: 12px;
	color: rgb(0,243,243); /* bright green */

}
.textbright16 {  
	font-family: Arial;
 	font-size: 16px;
	color: rgb(0,243,243); /* bright green */

}
.smalltext {
	font-family: Arial;
	font-size: 10px;
	color: rgb(0,155,155); /* green */
	
}

.textwhite {
	font-family: Arial;
	font-size: 10px;
	color: rgb(255,255,255); /* white */
	
}
.textwhite16 {
	font-family: Arial;
	font-size: 16px;
	color: rgb(255,255,255); /* white */
	font-weight: bold
}
.textgreen10 {
	font-family: Arial;
	font-size: 10px;
	color: rgb(0,155,155); /* green */
	
}
.textblue10 {
	font-family: Arial;
	font-size: 10px;
	color: rgb(0,0,153); /* blue */
	
}

.textgreen12 {
	font-family: Arial;
	font-size: 12px;
	color: rgb(0,155,155); /* green */
	
}

.textblue12 {
	font-family: Arial;
	font-size: 12px;
	color: rgb(0,0,155); /* blue */
	
}

.textgreen14 {
	font-family: Arial;
	font-size: 14px;
	color: rgb(0,155,155); /* green */
	
}

.textblue14 {
	font-family: Arial;
	font-size: 14px;
	color: rgb(0,0,155); /* blue */
	
}

.bkground {
	
	background-color: lightblue; /* background color*/
	
	
}
SELECT {
	font-family: Courier;
 	font-size: 12px;
	background-color: white; /* background color*/
	margin-top: +2pt;
	margin-bottom: +2pt;
	color: navy; /* navy */
}

