/* These are attriubte tags for regular html tags */
#AWD_Book {
	text-align:center;
	font-size:15px;
	vertical-align:top;
	margin-top:15px;
	}


a:link { color:#000; }	/* unvisited link */
a:active { color:#000; }	/* visited link */
a:visited { color:#000; } /* active links */
a:hover { color:#00f; } /* hover links */

body {
		background-color:#FFF;
		font-family:arial,helvetica;
		color:#000;
		font-weight:normal;
		}
		
p {
		line-height: 1.4em;
		 } 

sup {
		line-height:0;
	}
	
hr {
		width:95%;
		}

em {
		font-style:italic;
		}	
		
img {
		border:none;
		}
		
h1 {
		font-size:1.6em;
		text-align:center;
		font-weight:normal;
		}
		
h2 {
		text-align:center;
		font-size:1em;
		font-weight:normal;
		}
		
h3 {
		font-size:1.8em;
		color:#990033;
		text-align:center;
		font-weight:normal;
		padding-top:20px;
		}
		
	
/* These are ID tags :: Please note! ID tags can only be called once per page.
Should you need to call attributes more than once per page, please use the class
attribute */

#document {
		width:550px;
		border-spacing:5px;
		padding:0px;
		border:none;
		background-color:#FFF;
		}
		
#index {
		width:550px;
		border-spacing:0px;
		padding:0px;
		border-width:6px;
		border-style:double;
		border-color:#000;
		}
		
#contents {
		font-size:12px;;
		padding-top:25px;
		padding-bottom:25px;
		padding-left:75px;
		text-align:left;
		line-height:18px;
		}
		

#leftimage {
		padding:4px;
		border-spacing:0px;
		border:none;
		background-color:#FFF;
		}
		
#rightimage {
		padding:4px;
		border-spacing:0px;
		border:none;
		background-color:#FFF;
		}
		
#rightimage2 {
		padding:4px;
		border-spacing:0px;
		border:none;
		background-color:#FFF;
		}

#centerimage {
		padding:6px;
		border-spacing:0px;
		border:none;
		background-color:#FFF;
		text-align:center;
		}
		
#addenda {
		padding:6px;
		border-spacing:10px;
		border:none;
		background-color:#FFF;
		text-align:center;
		}


#navigation {
		width:500px;
		border-spacing:0px;
		padding:0px;
		border-width:3px;
		border-style:double;
		border-color:#000;
		background-color:#FFF;
		}
		
#navigationindex {
		width:500px;
		border-spacing:0px;
		padding:0px;
		border:none;
		background-color:#FFF;
		}	
		
#border {
		border:1px solid #000;
		}

/* These are class tags */
		
.text {
		font-size:12px;
		text-align:justify;
		}
		
		
.cite {
		padding-left:25px;
		padding-right:25px;
		text-align:justify;
		}

.caption {
		font-size:10px;;
		text-align:center;
		}

.links {
		font-size:12px;
		text-align:center;
		padding:5px;		
		}

.center {
		text-align:center;
		}




