/* General Definitions */

body {
	font-family:Arial, Helvetica, sans-serif;
	color:#636363;
}

/* Custom Definitions */
a {
	color:#636363;
	text-decoration:underline;
}
a:hover {
	color:#ca6411;
}
.link_normal {
	color:#636363;
	text-decoration:none;
}
.link_normal:hover {
	color:#ca6411;
}
.link_strong {
	color:#636363;
	font-weight:bold;
	text-decoration:none;
}
.link_strong:hover {
	color:#ca6411;
}
h1 { 
	font-size:1.88em; 
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#d6743e;
	font-style:italic;
	font-weight:normal;
	padding:5px 0 35px 5px;
}
h2 { 
	font-size:1.50em; 
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#424242;
	font-style:italic;
	font-weight:normal;
	line-height:34px;
	text-align:center;
}

.font_lg_x { 
	font-size:1em; 
	line-height:30px;
}

.font_lg { 
	font-size:.81em; 
	font-family:Verdana, Geneva, sans-serif;
}
.font_lg_bold { 
	font-size:1em; 
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
}
.font_lg_bold_ita { 
	font-size:1em; 
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	font-style:italic;
}

.font_md_x { 
	font-size:.88em; 
}

.font_md { 
	font-size:.75em; 
}

.font_sm_x { 
	font-size:.88em; 
}

.font_sm { 
	font-size: .6em; 
}

.font_bold { 
	font-weight: bold; 
}
p.small{
	font:normal 12px arial;
	}
