/* CSS Document */

a:link { 
									
	 	 	      			font-size: 14pt;
	     	      		font-family: "Garamond";	
	     	      		color: #993300;		     
								}
								
a:visited { 
										
	 	 	 	      			font-size: 14pt;
	     	          	font-family: "Garamond";
	     	          	color: #666600;
				    			 }

p { 
		font-size: 14pt;
		font-family: "Garamond";
		text-indent: 20px;
		color: black;
	}
	
p.special { 
		font-size: 8pt;
		font-family: "Garamond";
		color: black;
		text-indent: 0;

	}

p.section { 
		font-size: 24pt;
		font-family: "Garamond";
		color: black;
	}


.bodyfont {
						font-size: 18pt;
						font-family: "Garamond";
						color: #993300;
				}
				
.fontmed {
					font-size: 18pt;
					font-family: "Garamond";
					color: #993300;
				}

.Menutext { 
						 font-size: 24px;
					   Font-family: "Garamond";
						 Color: #993300;
				
					 {
.rightwrap {
						float: left;
					 }
h1 {
			font-size: 48px;
			Font-family: "Garamond";
			Color: #993300;
 }
 
 h2
	{
	font-size:18.0pt;
	font-family:"Book Antiqua";
	color:#993300;
	font-weight:normal;
	}
	
.divmain {
								margin-left: 20px;
								color: blue;
								font-weight: normal;
						}

.divchapter{
							font-size: 14pt;
							font-family: "Garamond";
							text-indent: 25pt;
							color: black;
					}

.divitalic{
							font-size: 14pt;
							font-style: italic;
							font-family: "Garamond";
							text-indent: 20px;
							color: black;
					}
					
ul {
		list-style-image: url(images/bullet.gif);
		list-style-position: outside;

	 }
	 
li { text-indent: 0px; }
