/* 
   Date Created : 19 Nov 2003
   Revised : 02 May 2004
   Author: Shane G. Butler (sgb)
   Reply-To: shane@thebutlerfamily.net
   Work Commissioned By: Star Coding, Inc.
   Copyright: 2003, 2004 Star Coding, Inc. / Sanjay Saxena. All rights reserved.
*/


/* Page layout tags*/

body {
	background-image: url(images/snow_ridge.png);
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px; /* Zero Margin workaround for Opera browser */
	}


/* Paragraph Style Tags */

p {
	color: #000000;
	font-family: "Times New Roman", Times, serif;
	}

p.indent {
	text-indent: 15px;
	}


/* Text formatting style classes */

.artdate {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: italic;
	}

.arttitle {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	}

.bold {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	}

.borderblank {
	color: #FF0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	}

.contact1 {
	color: #000000;
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	font-style: italic;
	}

.dropcap {
	color: #000033;
	font-family: "Times New Roman", Times, serif;
	font-size: 18pt;
	font-weight: bold;
	}

.footerblank {
	color: #FF0000;
	font-family: Arial, Helvetica, sans-serif;
	}

.note {
	color: #FF0000;
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	}


/* Link Styles */

a.active{
	color : #BBBBBB;
	font-family : Arial, Helvetica, Verdana, sans-serif;
	font-weight : bold;
	Text-Decoration : none;
	}

a.border{
	color : #FF0000;
	font-family : Arial, Helvetica, Verdana, sans-serif;
	font-weight : bold;
	font-size : medium;
	text-decoration : none;
	}

a.footer{
	color : #FF0000;
	font-family : Arial, Helvetica, Verdana, sans-serif;
	font-size: medium;
	text-decoration : none;
	}

a.internal{
	color : #006699;
	font-family : "Times New Roman", Times, Palatino, serif;
	text-decoration : none;
	}


/* Table Comment */

table.body{
	border : ridge #3399CC;
	}


/* Horizontal Rule Style */

hr{
	color : #FF0000;
	background-color: #FF0000;
	height: 3px;
	}


/* End of File */	