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

body {
	font-size: 13px;
	font-family: "MS Sans Serif";		
	background-image: url('../../images/bg2.gif');	
}

img {
	border: 0px;
}

#content_area{
  font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	border: #FFCC00 solid 1px;
	padding: 5px;
	width: auto;
}

#content_area td{
	font-size: 13px;
}

#content_area h1{
		font:  Geneva, Arial, Helvetica, sans-serif 14px;
}
#training_head{
	margin: 5px; 
	padding: 5px; 
	font-size: 15px;	
	font-weight: bold; 
	color: #1354FB;
	height: 27px; 
	display:table-cell;
	background-image: url(../../images/bar3.jpg);
	background-repeat: repeat-x;
	background-color: #FFCC33;
}

#imgHead{
	background-image: url(../../images/bar3.jpg);
	background-repeat: repeat-x;
	background-color: #FFCC33;
}

#spacer{
		display: block;
		border: 0px;
}

.footer {
	color: #CCCCCC;
	font-size: 10px;
	font-weight: bold;
}

p{
		margin: 0px;
		padding: 0px;
}

p.text-indent{
		margin-left: 15px;
		padding-top: 10px;
		text-align: justify;
		width: auto;
}

.caption{
		padding-top: 10px;
		font-size: 18px;
		font-weight: bold;
		text-align: justify;		
		width: auto;
}

p.italic{
		padding-top: 10px;
		font-size: 13px;
		font-style: italic;
		text-align: justify;		
		width: auto;

}
.button{
		border: #CCCCCC 1px solid;
		font-weight:bold;
		background-color:#F8F8F8;
		width: 100px;
		height: 25px;
		padding: 2px;
		margin: 1px;
}

.label {
		font-size: 14px;
		font-weight:bold;
}