/*//////////////////////////////////////////////////////////////////////////////
/// Saskatoon Airport and Valet Services ///////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
//
//
*/


/*//////////////////////////////////////////////////////////////////////////////
/// GENERAL //////////////////////////////////////////////////////////////////*/
body {
	background-color:	#FFFFFF;

	margin:			10px 0px 10px 0px;
	padding:		0px 0px 0px 0px;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;

}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;

}
/* END GENERAL
//////////////////////////////////////////////////////////////////////////////*/


/*//////////////////////////////////////////////////////////////////////////////
/// CUSTOM LINKS /////////////////////////////////////////////////////////////*/
a:link {
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #333333;
	text-decoration: underline;
	font-weight: bold;
}
a:active {
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
/* END CUSTOM LINKS
//////////////////////////////////////////////////////////////////////////////*/


/*//////////////////////////////////////////////////////////////////////////////
/// CUSTOM CLASSES ///////////////////////////////////////////////////////////*/



/* END CUSTOM CLASSES
//////////////////////////////////////////////////////////////////////////////*/
