/*This is the air style sheet of the AiR site.*/
	
body {
	background-color: white;
	color: black;
	font-family:  Arial, Helvetica, Verdana, sans-serif;
}

div.page {margin-left: 5%; margin-right: 5%;
	font-family:  Arial, Helvetica, Verdana, sans-serif;
	}

table, h1, h2, h3, h4, strong, p,ul, ol, blockquote { font-family: Arial, Helvetica, Verdana, sans-serif; }

h2 {margin-bottom: 0;}

.w {color: white;}	

.g {background-color: #006600;
	-o-border-radius: 24px 0px 0px 2px;
	-webkit-border-radius: 24px 0px 0px 2px;
	 -moz-border-radius: 24px 0px 0px 2px;
	border-radius: 24px 0px 0px 2px;

}	

.r {background-color: red;}	

.o {background-color: orange;
	-o-border-radius: 0px 2px 20px 0px;
	-webkit-border-radius: 0px 2px 20px 0px;
	 -moz-border-radius: 0px 2px 20px 0px;
	border-radius: 0px 2px 20px 0px;

}	

th {border-style: solid;
	border-color: black;
	border-width: 0 0 3px 1px;
	font-size: 120%;
	font-family: Arial, Helvetica, Verdana, sans-serif;}
	
td {font-family: Arial, Helvetica, Verdana, sans-serif;}

td.nav {border-style: solid;
	border-color: black;
	border-width: 0 0 0 1px;}	

	
td.blank {font-weight: bold;
	color: white;
	border-style: solid;
	border-color: white;
	border-width: 0 0 0 1px;}
	
.current {color: white; background-color: black;}
	
.head {color: white; background-color: black; font-weight: bold;}
	
.sm {font-size: 85%; font-family: Arial, Helvetica, Verdana, sans-serif; 
	font-weight: bold;
	color: black;}

.smh {line-height: 1.5;
	font-size: 85%; font-family: Arial, Helvetica, Verdana, sans-serif; 
	font-weight: bold;
	color: black;}

.smn {font-size: 75%; font-family: Arial, Helvetica, Verdana, sans-serif; 
		font-weight: normal;
	color: black;}
	
.bold {font-weight: bold;}

.norm {font-weight: normal;}

.black, h4, p, strong {color: black;}

ul {list-style-type: disc;}

li.here {color: black;}

li.there {color: #006600;}

a {font-weight: bold;
	color: #006600;
	text-decoration: none;}
	
a:visited {
color: #ff9900;}

a:hover, a:active {
color: red;}

.wbm {background-color: #eeeeee; padding: 0em .2em .1em .3em; }

a.wb:link {
color: #A32D09;}

a.wb:visited {
color: #A32D09; font-weight: normal;}



