
/*      ---------------------------------
	|       Global Declarations       |
	---------------------------------*/

body, td, blockquote {
	font: 11px georgia, garamond, serif;
	font-weight: normal;
	line-height: 2.5ex;
	text-decoration: none;
	color: #332211;
}

body {
	scrollbar-face-color: #CCC;
	scrollbar-shadow-color: #999;
	scrollbar-highlight-color: #ddd;
	scrollbar-3dlight-color: #fff;
	scrollbar-darkshadow-color: #666;
	scrollbar-track-color: #ccc;
	scrollbar-arrow-color: #000;
}

p {
	font: 11px georgia, garamond, serif;
	font-weight: normal;
	text-decoration: none;
	color: #332211;
}
	
h1 {	
	font: 22px Palatino Linotype, georgia, serif;
	font-style: italic;
	color: #3D3729;
	line-height: 2.0ex;
}

h2 {
	font-size: 20px;
	line-height: 2.0ex;
}
	
h3 {
	font-size: 18px;
	color: #3D3729;
	font-weight:bold;
	line-height: 2.0ex;
}

h4 {
	font-size: 18px;
	line-height: 2.0ex;
}
	
h5 {

	font-size: 16px;
	line-height: 2.0ex;
}
	
h6 {
	font-size: 14px;
	line-height: 2.0ex;
}

a:link, a:active, a:visited {
	font: 11px georgia, garamond, serif;
	font-weight: bold;
	text-decoration: none;
	color: #1C5124;
}	

a:hover {
	text-decoration: underline;
	color: #3C7154;
}	
