/*
 * baeopStyle.css
 * © 2005 Andrew Kwong
 * Cascading Style Sheet for BAEOP
 *
 */

/*hyperlink properties*/
	a:link {
		color: #6A3437; 
		text-decoration: none; 
		font-weight: bold;
	}
	
	a:visited {
		color: #6A3437; 
		text-decoration: none; 
		font-weight: bold;
	}
	
	a:hover {
		color: #E20316; 
		text-decoration: none;  
		font-weight: bold; 
	}
	
	a span.menu	{
		text-decoration: none;
		font-weight: normal;
		color: #FB989D;
	}
	
	a:hover span.menu {
		text-decoration: none;
		font-weight: normal;
		color: #E20316;
	}
/*end hyperlink properties*/

/*border properties*/
	.border {
		border: 1px solid #999999;
	}
	
	.separator {
		border-bottom: 1px solid #999999;
		border-right: 1px solid #999999;
	}
/*end border properties*/

/*list properties*/
	ol {
		list-style: decimal;
	}
	ol ol {
		list-style: lower-alpha;
	}
	ol {
		margin-top: 0px;
		margin-bottom: 0px;
	}
	ul {
		margin: 0px 0px 0px 0px;
		padding: 0px 2px 0px 16px;
		list-style-type:square;
	}
	ul a:hover, ol a:hover {
		background: transparent;
	}
	ol li, ul li {
		padding: 0px 0px 0px 0px;
	}
	ol ol, ul ul, ol ul, ul ol {
		padding-top: 0px;
	}
/*end list properties*/
	
/*body properties*/
	.baeopTitle {	
		font-family: Tahoma, sans-serif;
		font-size: 24px;
		font-weight: bold;
		color: #000000;
		background-image: url(images/titleBg.jpg);
		background-position: center;
		background-repeat: repeat-x;
	}
	
	.menu {
		background-color: #FFFFFF;
		margin: 0px 10px 0px 10px;
	}
	
	.main {
		background-color: #FFFFFF;
	}
	
	.margins {
		margin: 0px 20px 0px 20px;
	}
	
	.subTitle {
		font-size: 14px;
		font-weight: bold;
	}
	
	.subSubTitle {
		font-size: 14px;
		font-weight: bold;
	}
	
	.text {
		font-size: 11px;
	}
	
	.smallText {
		font-size: 9px;
	}
	
	body {
		background-image: url(images/bg.jpg);
		background-repeat: repeat;
		margin: 10px 0px 10px 0px;
		font-family: Verdana, Arial, sans-serif;
		color: #000000;
		cursor: default;
	}
/*end body properties*/