BODY {
    margin : 0px;
	background-color : #FFFACD;
	font-family : Arial, Helvetica, sans-serif;
	font-size:12px
}

P {
	font-size : 12px;
	margin : 7px;
}

P.padded {
	font-size : 12px;
	margin-left : 25px;
	margin-right : 25px;
	margin-top : 7px;
	margin-bottom : 7px;
}

strong {
    color : #A97A42 ;
}

.pFix {
	font-size : 10px;
	margin : 7px;
}

.fifteen {
	font-size : 15px;
	margin : 7px;
}

.fourteen {
	font-size : 14px;
	margin : 7px;
}

.thirteen {
	font-size : 13px;
	margin : 7px;
}

.twelve {
	font-size : 12px;
	margin : 7px;
}

.eleven {
	font-size : 11px;
	margin : 7px;
}

.ten {
	font-size : 10px;
	margin : 7px;
}

.nine {
	font-size : 9px;
	margin : 7px;
}

.eight {
	font-size : 8px;
	margin : 7px;
}

.footer {
	font-size : 11px;
	color : #DCA563;
	font-weight : bold;
	margin : 7px;
}

H1 {
	text-align : left;
	color : #A97A42 ;
	padding-left : 5px;
	padding-right : 5px;
}

H2 {
	text-align : left;
	color : #A97A42 ;
	padding-left : 5px;
	padding-right : 5px;
}

H3 {
	text-align : left;
	color : #A97A42 ;
	padding-left : 5px;
	padding-right : 5px;
	font-size:18px;
}

H4 {
	text-align : left;
	color : #A97A42 ;
	padding-left : 5px;
	padding-right : 5px;
	font-size:14px;
}

H5 {
	text-align : left;
	color : #A97A42 ;
	padding-left : 5px;
	padding-right : 5px;
	margin-top : 7px;
	margin-bottom : 7px;
	font-size:12px;
}

HR {
    margin-left : 5px;
	margin-right : 5px;
	color : #E7DDD1;
}

A  {
    font-size : 12px;
    text-decoration : none;
    color : #371E0A ;
}

A:hover  {
    font-size : 12px;
    text-decoration : underline;
    color : #DCA563 ;
}

A.underlined  {
    font-size : 12px;
    text-decoration : underline;
    color : #371E0A ;
}

A:hover.underlined  {
    font-size : 12px;
    text-decoration : underline;
    color : #DCA563 ;
}

A.footer  {
    font-size : 9px;
    text-decoration : none;
    color : #DCA563 ;
	margin : 0;
}



A:hover.footer  {
    font-size : 9px;
    text-decoration : underline;
    color : #DCA563 ;
	margin : 0;
}

IMG.frame {
    border-bottom-color : #DCA563;
	border-bottom-style : inset;
	border-bottom-width : 5px;
	border-right-color : #DCA563;
	border-right-style : inset;
	border-right-width : 5px;
	border-left-color : #DCA563;
	border-left-style : ridge;
	border-left-width : 5px;
	border-top-color : #DCA563;
	border-top-style : ridge;
	border-top-width : 5px;
}

IMG.frameBanner {
    border-bottom-color : #F9DDBD;
	border-bottom-style : ridge;
	border-bottom-width : 5px;
	border-right-color : #F9DDBD;
	border-right-style : ridge;
	border-right-width : 5px;
	border-left-color : #EDD8BF;
	border-left-style : ridge;
	border-left-width : 5px;
	border-top-color : #EDD8BF;
	border-top-style : ridge;
	border-top-width : 5px;
}

/*
*This Class will keep images to the left and wrap text to the right.
*/
IMG.left {
	float : left;
	margin-bottom : 5px;
	margin-right : 5px;
	border-bottom-color : #DCA563;
	border-bottom-style : inset;
	border-bottom-width : 5px;
	border-right-color : #DCA563;
	border-right-style : inset;
	border-right-width : 5px;
	border-left-color : #DCA563;
	border-left-style : ridge;
	border-left-width : 5px;
	border-top-color : #DCA563;
	border-top-style : ridge;
	border-top-width : 5px;
}

IMG.leftnoframe {
	float : left;
	margin-bottom : 5px;
	margin-right : 5px;
}

/*
*This Class will keep images to the right and wrap text to the left.
*/
IMG.right {
	float : right;
	margin-bottom : 5px;
	margin-left : 5px;
	border-bottom-color : #DCA563;
	border-bottom-style : inset;
	border-bottom-width : 5px;
	border-right-color : #DCA563;
	border-right-style : inset;
	border-right-width : 5px;
	border-left-color : #DCA563;
	border-left-style : ridge;
	border-left-width : 5px;
	border-top-color : #DCA563;
	border-top-style : ridge;
	border-top-width : 5px;
}

.rightNoFrame {
	float : right;
	margin-bottom : 5px;
	margin-left : 5px;
}


    
