/*
	------
	my own personal powerpoint emulator. why? see: http://www.aaronsw.com/weblog/000931

	This stylesheet is licensed under the Creative Commons Attribution-NonCommercial-ShareAlike License. 
	To view a copy of this license, visit http://creativecommons.org/licenses/by-nc-sa/2.0/ 
	or send a letter to 

	Creative Commons
	559 Nathan Abbott Way
	Stanford, California 94305, USA.
	------
	
	color wheel
	
	#ccc - lt. grey
	#666 - dk. grey
	#faebd7 - antique white
	#B22222 - firebrick red
	#F03C00 - orange
	#fe9636 - lt. orange
	#fff - white
	#000 - black
	
*/

body  {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 22px;
	text-align:center;
	background-color: #CCCCCC;
}

A 			
{
	text-decoration: underline;
} 

A:visited	
{
	color: #B22222;
	text-decoration: none;
} 

A:link  
{
	color :#B22222;
	text-decoration: none;
}

A:active	{
	color: #6C0;
	text-decoration: none;
} 

A:hover		{
	color:#F03C00;
	text-decoration: underline;
} 

.main
{
	width:700px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:300px;
	background:#ffffff;
	text-align:left;
	border: 1px solid #666;
	font-weight: bolder;
}

.padding {
	padding-left:35px;
	padding-right:35px;
	padding-bottom:20px;
}

.no {
display:none;
}

ul
 {
	padding-left: 20px;
	list-style-image:url(pix/dingbat.png);
} 

li
{
	padding-bottom:2px;
	padding-top:2px;
}

h2, h3, h4
{
	color: #F03C00;
	font-weight: bold;
	padding-bottom:2px;
}

h3.header {
    font-family: "Times New Roman", Times, serif;
    background: #FAEBD7;
	font-weight: bold;
	font-size: 24px;
	font-style: italic;
	margin-top:0px;
	padding:10px;
	border-bottom: 1px dotted #ccc;
}

blockquote	
{
	font-family: "Times New Roman", Times, serif;
	margin-left : 15px;
}

small {
font-weight: normal;
}

td {
border :1px solid #666;
padding:4px;
}

.next
{
font-size: 12px;
color:#b6bfb0;
font-weight: normal;
padding-top:10px;
text-align: right;
}
