
/**** generic styles **************************************/

h1, h2, h3, h4, h5 {
	padding:0;
	margin: 0;
	color:#111;
	font-family : Tahoma, Arial, Helvetica, sans-serif;
}

h1 {
	font-weight:300;
	font-size:25px;
	padding-top:20px;
	margin-bottom:10px;
	line-height:28px;
}

h2 {
	font-weight:300;
	font-size:14px;
}

p {
	font:12px Tahoma, Arial, Helvetica, sans-serif; 
	color:#111; 
	line-height:150%;
	margin:0 0 1em 0;
	padding:0;
}

img {
	margin:0;
	padding: 0;
}

ol {
	list-style : decimal ;
	margin-left:1em;
	padding-left:0em;
}


ul {
	list-style : disc ;	
	margin-left:1em;
	margin-bottom:1em;
	padding-left:0.5em;
}

li {
	display: list-item ;
	margin:	0 ;
}


a { 
	color: #111; 
	text-decoration:underline;
}


a:hover { 
	color: #666; 
	text-decoration:underline;
}

/**** inline/horizontal lists **************************************/
ul.list_inline li {
	display:inline;
	list-style:none;
	padding:0 0.75em 0 0.75em;
	margin:0;
}

/**** block/vertical lists **************************************/
ul.list_block li {
	display:block;
	list-style:none;
	padding:0;
	margin:0;
}

/**** links **************************************/
.list_inline a {
	text-decoration:none;
	font-weight:bold;
	padding:0.25em 0.5em;
	color:#111;
	background-color:#FFFFFF;
}

.list_inline a:hover {
	text-decoration:none;
	color:#111;
	background-color:#F0E9F3;
}

.list_block a {
	text-decoration:none;
	color:#111;
	background-color:#FFFFFF;
}

.list_block a:hover {
	text-decoration:none;
	font-weight:bold;
	color:#111;
	background-color:#ffffff;
}

/**** hide **************************************/

.hide { display:none; }

/**** headings **************************************/

.pagetitle    { 
	font-size: 25px; 
	color: #285690;
	/* color: #CC0000; */
	font-weight: 300;
	padding-top:20px;
	margin-bottom:10px;
	line-height:28px;

}

.heading      { font-size: 14px; color: #285690; font-weight: bold; margin-top:15px;}


/**** disclaimer  **************************************/

.disclaimer { font-size:8px; color:#666; line-height:11px; }


/**** borders **************************************/

.border_blue {
	border:2px solid #285690;
}

.border_none {
	border:none;
}


/**** text  **************************************/	

.txtmain       { font-size: 12px; line-height: 18px; }
.txtsmaller    { font-size: 11px; line-height: 15px; }
.txtsmall      { font-size: 9px;  line-height: 14px; }
.txtlarge      { font-size: 14px; line-height: 18px; }
.txtlarger     { font-size: 16px; line-height: 19px; }
.txtwhite      { color: #FFF;  }
.txtwhitesmall { font-size: 9px;  color: #FFF; }
.txtred        { color: #FF0000;  }
.txtbordeaux   { color: #CC0000;  }
.txtblue       { color:#285690; }
.txtgrey       { color:#666; }
.txtdarkgrey   { color:#666666; }
.txtlightgrey  { color:#cccccc; }
.txtbold 	   { font-weight:bold; }
.txtleft 	   { text-align:left; }
.txtright 	   { text-align:right; }
.txtcenter 	   { text-align:center; }
.txtunderline  { text-decoration:underline; }

/**** font  **************************************/	

.times {
	font-family:"Times New Roman", Times, serif;
}


/**** indent  **************************************/
.indent {
	margin-left: 2em;
}

.indent_large {
	margin-left: 2em;
	padding-left:3em;
}

.indentsmall {
	margin-left: 0.5em;
}

/**** margin  **************************************/
.margintop {
	margin-top:1em;
}

.marginbtm {
	margin-bottom:1em;
}

/**** Form Styles ***********************************/
form { 
	margin:0; 
	padding:0; 
}

select, input, options, textarea{ 
	font-family: Tahoma, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color:#666;
}

/****************************************************/

/**** Horizontal Rule *******************************/
hr {
	font-size: 0;
	text-decoration: none;
	border-bottom: #CCCCCC 1px dashed;
	border-top: #FFFFFF 1px solid;
}
/****************************************************/

.searchresults {
background:url(../images/icons/icon_page_small.gif) no-repeat 0px 3px;
display:block;
padding: 0 0 10px 18px;
}

/*** Image CSS **************************************/
.imageright { 
	margin: 0px 0px 24px 24px; 
	position:relative;
	right:0px;
	float:right;
	}
	
.imageleft  { 
	margin: 0px 24px 24px 0px; 
	position:relative;
	right:0px;
	float:left;
	}
	
.imagerightborder { 
	margin: 0px 0px 24px 24px; 
	position:relative;
	right:0px;
	float:right;
	border-style:solid;
	border-width:1px;
	border-color:#000000;
	}
	
.imageleftborder  { 
	margin: 0px 24px 24px 0px; 
	position:relative;
	right:0px;
	float:left;
	border-style:solid;
	border-width:1px;
	border-color:#000000;
	}

img.imagetopborder    { border-top: solid 2px #996699;}
img.imagebottomborder { border-bottom: solid 2px #996699;}
img.imageborder       { border: solid 8px #996699;}
/****************************************************/