 
/***********************************************/
/* content.css                           */
/* Use with template_tpl skin        */
/***********************************************/

 @import url('/styles/common.css');


/******* hyperlink and anchor tag styles *******/

a:link {
	color: #20378E;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a:visited {
	text-decoration: none;
	color:#0033CC;
}
a:hover {
	text-decoration: none;
	color: #812816;
	font-style: normal;
}
a:active {
	text-decoration: none;
	color: #20378E;

}

text_left {
	text-align: left;
	padding: 4px;
}
text_right {
	text-align: right;
	padding: 4px;
}

.image_left {
	float: left;
	
	margin: 20px;
}

.image_right {
	float: right;
	
	margin: 20px;
}
.form {
	padding: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003366;
	text-decoration: none;
	letter-spacing: 1px;
	margin: 20px 10px;

	height: 100%;
	width: 480px;
	border: 1px solid #3366CC;
	text-align: left;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

.table{
	font: normal 9px/16px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	margin-top: 0px;
	text-align: center;
	vertical-align: top;
	margin-left: 0px;
	padding-top: 0px;
	padding-left: 0px;

	}
	
	
.table td {
	text-decoration: none;
	width: 6%;
	text-align: center;
	padding: 1px;
	border-bottom: 1px solid #666633;
	vertical-align: middle;
	border-right: 1px solid #666633;
}
.table th {
	width: 6%;
	text-align: center;
	border: 1px solid #CCCCCC;
	
	text-decoration: none;
	background-color: #0066CC;
	color: #FFFFFF;
	vertical-align: middle;
	padding: 1px;
}


.text_center{
text-align:center}

.title{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #000033;
	text-decoration: none;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #0066CC;
	border-bottom-color: #0033CC;
	background-color: #FFFFFF;
	padding-right: 3px;
	line-height: 18px;
	text-align: right;
	text-transform: uppercase;
	}
/************** header tag styles **************/

h1 { font-size: 130%; }
h2 {
	font-size: 115%;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-right-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6699FF;
	padding-top: 0px;
	padding-right:5px;
	padding-bottom: 5px;
	margin-bottom: 15px;
	text-align: right;
}

h3{
	font-size: 105%;
	border-bottom-width: 1px;
	border-left-style: solid;
	border-bottom-style: solid;
	border-bottom-color: #6699CC;
	text-align: left;
	border-left-width: 1px;
	border-left-color: #6699CC;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-bottom: 5px;
	}
h3_red {
	font-size: 105%;
	border-bottom-width: 1px;
	border-left-style: solid;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	text-align: left;
	border-left-width: 1px;
	border-left-color: #999999;
	color: #990000;
	font-weight: bold;
	padding: 5px;
		background-color: #FFFFFF;
		margin-bottom: 5px;
	}

h4 {
	font-size: 100%;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #666666;
	border-bottom-color: #999999;
	text-align: right;
	padding-top: 0px;
	padding-right:5px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	
}
h5 {
	font-size: 90%;
/*************** list tag styles ***************/

}ul{
	list-style-type: square;
	text-decoration: none;
}

ul ul{
	list-style-type: square;
	text-decoration: none;
}

ul ul ul{
 list-style-type: none;
 text-decoration: none;
}

/********* form and related tag styles *********/


label{
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	color: #990000;
}
				
input{
	font-family: 11px Verdana, Arial, Helvetica, sans-serif;
}




.air {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: oblique;
	font-weight: normal;
	color: #990000;
	text-decoration: none;
	letter-spacing: 1px;
	text-align: center;
	line-height: 15px;
	padding: 8px;
}
