@charset "utf-8";
/* CSS Document */

/*** TiniMCE Styles ***/

/*** ------------------------------Special PARAGRAPHS ***/
p.p_small {
	font-size:10px;
}
blockquote {
	font-size:13px;
	padding:5px 20px;
}

img.img_right {margin-left:20px; float:right;}
img.img_left {margin-right:20px; float:left;}

a.button{background:url(../images/button.png) no-repeat; 
color:#fff; 
height:35px; 
width:126px; 
display:block;
text-decoration:none;
text-align:center;
font-weight:bold;
padding-top:12px;}
a.button:hover{color:#ffff00;}

.blue { color:#243A5D;}
.green {color:#70822B;}
.orange {color:#A64717;}
.grape {color:#501E33;}

.text_large {font-size:120%;}
.text_larger {font-size:150%; }
.text_huge {font-size:28px;}



/*** -------------------------------Special TABLES ***/

tr.table_row_headings {
background-color:#666;
color:#fff;
font-size: 11pt;
font-weight:bold;
}
tr.table_row1 {
	background-color:transparent;
	font-size:9pt;
	padding:5px 5px;
}
tr.table_row2 {
	background-color:#ccc;
	font-size:9pt;
	padding:5px 5px;
}

table.table_layout {border:1px solid #ccc;}
table.table_layout th {background:#243A5D; color:#fff; padding:10px; }
table.table_layout tr {}
table.table_layout td {padding:10px; background:#fff; vertical-align:top;}
table.table_layout td li {margin-bottom:8px;}


/*** ---------------------------------Special LISTS ***/

li.list_no_bullets {
	padding:8px 5px;
	list-style:none;
}
li.list_arrows {list-style-image:  url(../images/arrow.gif)}

li.list_link a{
	color:#4A2737;
	text-decoration:underline;
}

li.list_link a:hover{
	color:#4A2737;
	text-decoration:none;
}


/*** ------------------------------------------Special HEADINGS **
a.heading_link {
	font-size:18px;
	color:#000033;
	text-decoration:underline;
	font-weight:normal;
}
a.heading_link:hover {
	font-size:18px;
	color:#FC6402;
	text-decoration:underline;
	font-weight:normal;
}
*/

/*** -------BEGIN UNIVERSAL STYLES (FOR CONTENT)------------------------------ ***/
body {color:#37404C; font-size:0.812em; font-family:arial,tahoma;}

a:link, a:visited {
	text-decoration: underline;
	color:#4A2737;
}

a:hover {
	text-decoration: none;
}
a:active {
}

a img {border:none}

h1{
	padding:8px 0px;
	font-size:15px;
	font-weight:bold;
}
h2 {
	padding:8px 0px;
	font-size:13px;
}

h3 {
	padding:5px 0px;
	font-size:12px;
}
h4 {
	font-size:12px;
	padding:5px 0px;
	}
h5 {
	font-size:12px;
	padding:5px 0px;
	font-weight:bold;
}

p {
line-height:17px;
text-align:left;
margin: 20px 0px;
}

ul {
	padding:5px 25px;
}
ol {
	padding:5px 25px;
}
li {margin-bottom: 15px;}
ol ol li{
	list-style:lower-alpha;
}
ol ol ol li{
	list-style:lower-roman;
}
ol ol ol ol li{
	list-style:circle;
}
