﻿/* = Reset elements */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
table td{
    padding:0px; /* cellspadding="0" */
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
a{
 outline:none;   
}

/* = Float and align elements */
.a-left { text-align: left; }
.a-center { text-align: center; }
.a-right { text-align: right; }
.a-justify { text-align:justify; }

.f-left { float: left; }
.f-right { float: right; }
.c-both { clear:both; }

/* = Common classes */
.no-margin { margin: 0!important; }
.no-padding { padding: 0!important; }
.no-bg { background: none!important; }
.no-border, img { border: none!important; }
.margin-auto{ margin:auto; }
.hidden{ display:none; }
.font-bold{ font-weight:bold; }
.no-top-padding { padding-top: 0!important; }

/* = Common tags */
body{
	background:#065164 url(../images/main-bkg.jpg) repeat-x left top;
	font-family:Verdana,Arial,sans-serif;
	color:#fff;
	font-size:12px;
}
body.sub-page{
    background:url(../images/sub-bkg.jpg) repeat-x left top;    
}
a{
    outline:none;   
    color:White;
}
p{
    line-height:17px;    
}