@charset "UTF-8";
/* CSS Document */

/*  TAGS  ************************************************************************/
/*  TAGS  ************************************************************************/


html {
	background-color: #000;
}

html,body,#pageContainer {
	height: 100%;
	/*padding: 0;	*/
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 1.4em;
	/*color: #6a6a6a;	*/
	background-image: url(../images/template/background_vertBorder.jpg);
	background-repeat: repeat-y;
	background-position: center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

a {
   outline: none;
}
h1 {
	font-size: 16px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	margin: 1px 0 -1px 0;
}

h3{
	background-color: #a06e00;
	color: #FFFFFF;
	font-size: 14px;
	padding: 4px 4px 4px 8px;
	font-weight: bold;
	margin: 0 auto 0 auto;
}
h4 {
	font-size: 14px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	margin-top: 1px;
	margin-right: 0;
	margin-bottom: 2px;
	margin-left: 0;
}

hr {
	color: #000; 
	background-color: #000; 
	border: 1px dotted #65ADFF; 
	border-style: none none dotted; 
	}
