/* TAG DEFINTIONS */
html {
    scrollbar-face-color:       #AC3513;
    scrollbar-track-color:      #857248;
    scrollbar-arrow-color:      #000000;
    scrollbar-3dlight-color:    #F0E0C0;
    scrollbar-highlight-color:  #CCCCCC;
    scrollbar-shadow-color:     #4C3000;
    scrollbar-darkshadow-color: #4C3000;
}

body {
	margin:				0px 0px 0px 0px;
	background-image:	url(../images/table_margins_rptx.jpg);
	background-repeat:	repeat-x;
	background-color:	#4C3000;
}

body, a, p, ul, ol, h1, h2, h3, h4, h5, h6, span, blockquote {
	font-family:		Tahoma, Verdana, Arial, Helventica, sans-serif;
	font-size:			12px;
	color:				#E2D9A2;
	text-align:			justify;
}

/*	Using a Dark Olive color for the H1 heading font */
h1 {
	color:				#3E2703;
	font-size:			24px;
	font-variant:		normal;
	font-weight:		bold;
}
h2 {
/*	color: #333333; */
	font-size:			18px;
	font-variant:		normal;
	font-weight:		bold;
}
/*
h3 {
	color: #666666;
}
h4 {
	color: #990000;
}
*/
h5 {
/*	color: #666666; */
	font-variant:		normal;
	font-weight:		normal;
	font-size:			9px;
}
h6 {
	font-weight:		normal;
	color:				#FFFFFF;
	font-variant:		normal;
	background-color:	#993333;
	font-style:			normal;
	padding:			5px;
	border:				1px dashed #FFFFFF;
}

td {
	vertical-align:		top;
	padding:			0px 0px 0px 0px;
}

/* TABLE CLASSES */

p.bottom_links {
	padding:			5px 18px 0px 0px;
	text-align:			right;
	font-size:			10px;
	vertical-align:		middle;
}

/* TEXT CLASSES */

/*
p.news_flash {
	font-size:			15px;
	color:				black;
}

button {
	border-width:		1px;
}

*/


input.mail_list {
	font-size:			12px;
	background-color:	rgb(222, 206, 172);
	border-color:		black;
	border-width:		1px;
}


input.info {
	font-family:		Tahoma, Verdana, Arial, Helventica, sans-serif;
	font-size:			12px;
	background-color:	rgb(222, 206, 172);
	border-color:		black;
	border-width:		1px;
	padding:			2px 0px 2px 5px;
}

textarea.info {
	font-family:		Tahoma, Verdana, Arial, Helventica, sans-serif;
	font-size:			12px;
	background-color:	rgb(222, 206, 172);
	border-color:		black;
	border-width:		1px;
	padding:			2px 0px 2px 5px;
}

td.form_hdr {
	font-size:			12px;
	color:				white;
	font-variant:		small-caps;
}

a:link, a:visited {
	color:				#F2E9B2;
	text-decoration:	none;
	font-weight:		bold;
}
a:hover, a:active {
	color:				#FFFFA0;
	text-decoration:	underline;
	font-weight:		bold;
}

/* From the old style sheet
a:link {
	color: #993333;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
	font-weight: bold;
}
a:active {
	color: #FF0000;
	text-decoration: underline;
	font-weight: bold;
}
*/

/* ANCHOR CLASS DEFINITIONS */
a.bottom_links:link, a.bottom_links:visited {
	color:				#E2D9A2;
	font-size:			10px;
	text-decoration:	none;
	font-weight:		normal;
}
a.bottom_links:hover, a.bottom_links:active {
	color:				white;
	font-size:			10px;
	font-weight:		normal;
	text-decoration:	none;
}
