/*-----------------------------------------------------------------------------------------------
*
*		File:						/stylesheets/common/common.js
*		Created by:			Matthew Olney
*		Creation Date:	Monday, 29 March 2004
*		Modified by: 		Matthew Olney
*		Modified Date:	Monday, 29 March 2004
*
*------------------------------------------------------------------------------------------------
*------------------------------------------------------------------------------------------------
*
*			Change Control:
*------------------------------------------------------------------------------------------------		
*			<Who>					<When>				<What>
*------------------------------------------------------------------------------------------------
* 1.		
*	2.	
* 3.
*	4. 
* 5. 
*------------------------------------------------------------------------------------------------
*------------------------------------------------------------------------------------------------
*
*		Description:  
*		Promotion:		N/A
*		Start Date:		N/A		
*		End Date:			N/A	   #FFFAE4
*
*------------------------------------------------------------------------------------------------*/

body{
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
.pageheading{
	font-family: Arial, Helvetica, sans-serif;
	color:#E32118;
	font-weight:bold;
	font-size:20px;
	margin: 0px 0px 10px 0px
}

.h2_heading{
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 2px;
}
p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

p a{
	font-weight: bold;
}

p a:hover {
	font-weight: bold;
}

a{
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #C20724;
	text-decoration: none;
}

a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #C20724;
	text-decoration: underline;
}

.listleft li, .listright li {
	padding-left:0px !important;
	padding-left:3px;

}
ul{
	margin: 0px;
	margin-left: -40px !important;
	margin-left: 0px;	
}

li{
	font-size: 12px;
}

small{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

strong{
	font-weight: bold; 
	color: #C20724;
	background: #F8EBD9;
}

h1{
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 2px;
}

h2{
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 2px;
	color:#E32118;
}

.h2_old{
	font-size: 15px;
	font-weight: bold;
	margin-bottom: -6px;
}

h3{
	font-size: 12px;
	margin-bottom: -12px !important;
	margin-bottom: -18px;
	text-transform: uppercase;
}

h4{
	font-size: 12px;
}

form{
	margin: 0px;
}

select, input, textarea{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px !important;
	font-size: 11px;
	color: #000000;
	background-color: #FFFFF7;
}

select{
	margin-top: 0px !important;
	margin-top: 1px;
}

img{
	border: 0px;
}

.clearBoth{
	clear: both;
	font: 0px/0px sans-serif;
}

.helpCaption{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #C20724;
	text-transform: uppercase;
}

.helpBody{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

.special{
	font-weight: bold;
	color: #C20724;
}

.stroke{
	text-decoration: line-through;
}

.noMargin{
	float: none !important;
	margin: 0px !important;
}

/* To be phased out. Do not use in future development */

td{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

p.txt_h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-transform: uppercase;
	margin-top: 22px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
}

td.txt_h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-transform: uppercase;
}

p.txt_h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-transform: uppercase;
	margin-top: 16px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
}

p.txt_h5{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-transform: uppercase;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
}

td.txt_h4{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-transform: uppercase;
}

table.prohd{
	background-color: #FFE78C;
	height: 19px;
}

img.space_lrg{  
	margin-right: 15px;
	margin-bottom: 15px;
}