/*
 -------------------------------------------------------------------------------------------------------
 STANDARD.CSS > this file holds master styles commonly used
 -------------------------------------------------------------------------------------------------------
 ********************************************************************************************************
 *RESOLUTION INTERACTIVE MEDIA INC.																		*
 *560 Wellington Street, London, Ontario, Canada														*
 *Jonathan Kochis (jonathan@resolutionim.com)															*
 *Brendan Farr-Gaynor (brendan@resolutionim.com)														*
 *Owain Johnson (owain@resolutionim.com)																*
 *																										*

 *Version: 1.00 Brendan Farr-Gaynor - 26/05/2006: broke specific stuff out into this file				*
 *																										*
 ********************************************************************************************************
 *Date Last Modified: 02/12/07																			*
 *Last Modified By: brendan@resolutionim.com												 			*
 *																										*
 ********************************************************************************************************/

/*
 -------------------------------------------------------------------------------------------------------
This is the main and only file called so we must include others needed
*/

@import url(/css/layout.css);
@import url(/css/boxes.css);
@import url(/css/specific.css);



input {
font-size:11px;
padding:0px;
margin:0px;


}

form {
	padding:0px;
	margin:0px;
}

textarea {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;

}

select {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;

}

td {
vertical-align:top;

}

label { font-size:11px; font-family:Futura, Verdana, sans-serif; }

hr {
	color: #CCCCCC;
	height: 1px;
	margin:0px;
	padding:0px;
}




	


body { 

  font: normal 11px Verdana, Arial, Georgia, sans-serif; 
  color:#333333;  
  padding:0;
  margin:0;
  text-align: center;
  background: url(/images/gradBackPlate.png) repeat-x #00472B; 
}



h1 {
font-size:18px;
font-weight:normal;
font-family:Verdana, sans-serif;
color:#000000;
margin:0px;
padding:0px;
}



a { color:#408898; text-decoration:none; }
a:hover { color:#66B8C9; }