

p, blockquote, ul, ol, dl, dd, li, dir, menu	{	
	/* inherit from body */	
	font-size: 8pt;
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
	}
	
b {
	font-weight:	bold;
}		

small	{
	font-size: 8pt;
}	
		
big	{	
	font-size:	12pt;
	}	
		
pre	{	
	font-family:	Courier New, monospace;
	}	
		
ol li	{	
	list-style-type:	decimal;
	}	

ol ol li	{	
	list-style-type:	lower-alpha;
	}	

ol ol ol li	{	
	list-style-type:	lower-roman;
	}	
		
table, tbody, tr, td	{
	font-size: 8pt;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
	margin: 0px;
	/* text-align: left; */
}	

h1	{
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	/* margin-top:0px;
	margin-bottom:4px;
	padding-bottom: 4px;
	padding-top: 0px; */
	text-align: left;
	color: #cd0024	;
}	
		
h2	{
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	padding-top: 4px;
	padding-bottom: 0px;
	margin-bottom:0px;
	text-align: left;
	color: Black;
}	
		
h3	{	
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size:	10pt;
	font-weight:	bold;
	}	

h4	{	
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size:	10pt;
	font-weight:	bold;
	}
	
h5	{	
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size:	10pt;
	font-weight:	bold;
	}		
	
hr {
	border-width: 1px 0 0 0; 
	border-style: solid;
	border-color: #291864; 
    margin: 4px 0px 4px 0px; 
	padding: 0px 0px 0px 0px;
	height: 1px;
}

.breadcrumb, a.breadcrumb, a.breadcrumb:visited {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	font-style: normal;
	/*text-decoration: none;*/
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
	padding: 0px 0px 0px 0px;
	color: #CC0000;
}
a.breadcrumb:hover, a.breadcrumb:visited:hover {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	font-style: normal;
	/*text-decoration: none;*/
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
	padding: 0px 0px 0px 0px;
	color: #666666;
}
.redcomment  {
	color: Red;
}
a, a:visited{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	/*text-decoration: none;*/
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
	color: #000000;
}

a:hover, a:visited:hover{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	/*text-decoration: none;*/
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
	
}


/* table styles */

.tableborder {
	border: 1px solid #8E8E8E;
}	
	
.tableborderleft {
	border-left: 1px solid #8E8E8E;
}	
	
.tableborderright {
	border-right: 1px solid #8E8E8E;
}	

.tableborderleftright {
	border-left: 1px solid #8E8E8E;
	border-right: 1px solid #8E8E8E;
}

.tablebordertop {
	border-top: 1px solid #8E8E8E;
}	

.tablebordertopbottom {
	border-top: 1px solid #8E8E8E;
	border-bottom: 1px solid #8E8E8E;	
}	

.tablebordertopright {
	border-top: 1px solid #8E8E8E;
	border-right: 1px solid #8E8E8E;
}	

.tableborderbottom {
	border-bottom: 1px solid #8E8E8E;
}		

.tableborderleftbottom {
	border-left: 1px solid #8E8E8E;
	border-bottom: 1px solid #8E8E8E;
}	

.tableborderrightbottom {
	border-right: 1px solid #8E8E8E;
	border-bottom: 1px solid #8E8E8E;
}	

/* end table style */

.spotlightheading {
	font-size: 10pt;
	font-weight: bold;
	margin:0px;
	padding: 5px 5px 10px 5px;
	text-align: left;
	color: #ffffff	;
	background-image: url(../images/template/heading_bg.gif);
	background-position: top-right;
	background-repeat: repeat-x;
}

.button
	{
		font-size : 11px;
		font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
		font-weight : bold;
		background-color: white;
		color: black;
		border-color : #CCCCCC;
		border-width : 1px 3px 3px 1px;
}