@font-face {
    font-family: 'apc_body';
    src: url('fonts/OpenSans-Regular-webfont.eot');
    src: url('fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-Regular-webfont.woff') format('woff'),
         url('fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'apc_headings';
    src: url('fonts/BebasNeue Regular-webfont.eot');
    src: url('fonts/BebasNeue Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/BebasNeue Regular-webfont.woff2') format('woff2'),
         url('fonts/BebasNeue Regular-webfont.woff') format('woff'),
         url('fonts/BebasNeue Regular-webfont.ttf') format('truetype'),
         url('fonts/BebasNeue Regular-webfont.svg#bebas_neue_regularregular') format('svg');
    font-weight: normal;
    font-style: normal;

}



body {
	font-family: 'apc_body', Segoe UI, Calibri, Humanst, Tahoma, Arial, Trebuchet MS, Lucida Sans Unicode, Arial, Verdana ,Helvetica, sans-serif;
	color: #404040;
	background-color: #E6E6E6;
	background-image: url('body/watermark_main.jpg');
	background-position: left top;
	background-attachment:scroll;
	background-repeat: repeat-x;
	margin: 0px;
}


a {
	text-decoration: none;
 	color: #4D4D4D;
}

a:link {
	text-decoration: none;
 	color: #D30000;
}

a:visited {
	text-decoration: none;
	color: #D30000;
}

a:hover {
	text-decoration: underline;
	color: #000000;
}

#current {
text-decoration: none; color : #D30000;
}

.txt_body {
	font-size: 13pt;
	text-align: left;
}

.txt_body_sml {
	font-size: 9pt;
	text-align: justify;
}

.txt_body_sml_Centre {
	font-size: 9pt;
	text-align: justify;
	text-align: center;
}

.txt_menu {
	font-family: 'apc_headings', Arial Narrow, Arial, Tahoma, Verdana;
	color: #D30000;
	font-size: 25pt;
	text-align: right;
	text-transform:uppercase;

}

.txt_menu_sml {
	font-family: 'apc_body', Arial, Tahoma, Verdana, Arial;
	color: #4D4D4D;
	font-size: 12px;
	font-weight: bold;
	text-align: right;

}



h1{
	font-family: 'apc_headings', Arial Narrow, Arial, Tahoma, Verdana;

	color: #D30000;
	font-size: 44pt;
	font-weight: normal;
	display: inline;
	text-transform:uppercase;
	text-align: left;
}

h2{
	font-family: 'apc_headings', Arial Narrow, Arial, Tahoma, Verdana;

	color: #D30000;
	font-size: 36pt;
	font-weight: normal;
	display: inline;
	text-transform:uppercase;
	text-align: left;
}

h3{
	font-family: 'apc_headings', Arial Narrow, Arial, Tahoma, Verdana;

	color: #D30000;
	font-size: 36pt;
	font-weight: normal;
	display: inline;
	text-transform:uppercase;
	text-align: left;
}

h4{
	font-family: 'apc_headings', Arial Narrow, Arial, Tahoma, Verdana;
	color: #D30000;
	font-size: 32pt;
	font-weight: normal;
	display: inline;
	text-transform:uppercase;
	text-align: centre;
}

h5{
	font-family: 'apc_headings', Arial Narrow, Arial, Tahoma, Verdana;

	color: #D30000;
	font-size: 28pt;
	font-weight: normal;
	display: inline;
	text-align: left;
}

.txt_footer {
	font-size: 10px;
	font-weight: normal;
	color: #cccccc;
	text-align: center;
}

input, select, textarea
{
	font-family: 'apc_body', Segoe UI, Calibri, Humanst, Tahoma, Arial, Trebuchet MS, Lucida Sans Unicode, Arial, Verdana ,Helvetica, sans-serif;
	font-size : 12px; 
	background-color : white; 
	background-image: url('body/gradient_form.gif');
	border : 1px solid #D30000;
	margin : 1px;
	padding: 3px; 
	-webkit-border-radius: 5px; 
    -moz-border-radius: 5px; 
    border-radius: 5px;
    box-shadow: inset 0px 2px 8px #DDD;
    transition: all 0.3s ease-in-out;	
    -webkit-transition: all 0.3s ease-in-out;	
    -moz-transition: all 0.3s ease-in-out;	
    -o-transition: all 0.3s ease-in-out;
    outline:none;

}

INPUT[type="submit"]
{
    background-color: #D30000;
    color : #ffffff;
    box-shadow: inset 0px 0px 10px #000000;
    cursor:pointer;
	font-family: 'apc_body', Segoe UI, Calibri, Humanst, Tahoma, Arial, Trebuchet MS, Lucida Sans Unicode, Arial, Verdana ,Helvetica, sans-serif;
    font-size: 12pt;
    padding: 7px; 

}

a#althover	{  color : #808080; }
a#althover:link	{  text-decoration: none; color : #808080;}
a#althover:visited {  text-decoration: none; color : #808080}
a#althover:hover {  text-decoration: none; color : #D30000;}



hr {
  border: 1px dotted;
  width: 100%;
  color: #E6E6E6;
  background-color: #E6E6E6;
  height: 0px;
}

UL {

	font-size: 13pt;
	text-align: justify;
list-style-image: url("body/bullet.png");
}

UL UL LI {

	font-size: 13pt;
	text-align: justify;
list-style-image: url(body/bullet_sub.png);
}

UL UL UL LI {

	font-size: 13pt;
	text-align: justify;
list-style-image: url(body/bullet_sub_sub.png);
}

.Spacer_05px {Height: 5px;}
.Spacer_10px {Height: 10px;}
.Spacer_15px {Height: 15px;}
.Spacer_20px {Height: 20px;}
.Spacer_25px {Height: 25px;}



a img
{
opacity:1.0;
filter:alpha(opacity=100); /* For IE8 and earlier */
 	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

a img:hover
{
opacity:0.5;
filter:alpha(opacity=60); /* For IE8 and earlier */
 	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

#Table_Rounded {
-webkit-border-radius: 5px;
border-radius: 5px;
}