/* Design by VTEM http://www.vtem.net  All Rights Reserved */
@import url("components.css");
@import url("modules.css");
@import url("layouts.css");
@import url("bootstrap.css");
@import url("navigation.css");
@import url("forms.css");
@import url("typo.css");
@import url("error.css");
@import url("3rd_party.css");
/* #######################  GENERAL SETTINGS ############################ */
body {
	color: #666;
	margin:0;
	padding:0;
	line-height:1.8;
	height:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background:#f5f5f5;
	}
    
table.footer3 td {
    padding: 5px 2px;
    font-size: 14px;
}    

.e4003f {
    color: #e4003f;
    font-weight: bold;
}
.c595651 { 
    color: #595651;
}
	
/*  Global Formatting */
h1 {font-size:180%;line-height: 1em;font-weight: 900;}
h2 {font-size:160%;line-height: 1em;font-weight: 900;}
h3 {font-size:140%;line-height: 1em;font-weight: 900;}
h4 {font-size:120%;line-height: 1em;font-weight: 900;}
h5 {font-size:100%;line-height: 1em;font-weight: 900;}
h6 {font-size:80%;line-height: 1em;font-weight: 900;}
a,a:link,a:visited{outline:none;}
a:hover{text-decoration:underline;}
#vt_fawwa {position: absolute; top: 0px; right: 4121px; }
img {border: 0 none; margin:2px 10px 2px 2px; padding:0;}
.pos-media img { margin:1px; }
*{margin:0; padding:0}
ul,ol{ margin-left:2em;}
p{ padding-bottom:15px; margin:0px 0px 0px 0px;}
pre, blockquote, h1, h2, h3, h4, h5, h6{
    margin: 0px 0;
    padding: 0px 0px 0px 0px;
	font-weight:normal;
}
/* Clears Divs */
.clr{clear: both; height:0px;overflow: hidden;}
/* Clearfix  */
.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
}
  /* #######################  END GENERAL SETTINGS ############################ */

a.overshit img {
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90);
    -moz-opacity: 0.7;
    -khtml-opacity: 079;
    opacity: 0.7;
}
a.overshit:hover img {
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    -moz-opacity: 1.0;
    -khtml-opacity: 1.0;
    opacity: 1.0;
}