/* this file for default styles only */
/* all styles for all browsers in markup.css */
/* fix for ie in ie.css and oldie.css */

* {
	margin:0;
	padding:0;
}
html {
	min-height:100%;
	width: 100%;
	background: #1F4946;
}
body {
	font-family : Verdana, Arial, sans-serif;
	font-size: 16px;
	line-height:1.2em;
	color: #C4C4A2;
	height:auto !important;
	height:100%;
	min-height:100%;
}
h1, h2, h3, h4, h5, h6 { font-weight:normal; margin: 0 0 8px 0; padding: 20px 0 0 0; color: #F30020; }
h1 { font-size: 1.6em; }
h2 { font-size: 1.4em; }
h3 { font-size: 1.125em; }
h4 { font-size: .875em; }
h5 { font-size: .825em; }
h6 { font-size: .75em; }

p {
	margin: 0 0 15px 0;
}
address {
	margin: 0 0 25px 0;
	font-style: normal;
}
a {
	color: #E0AB13;
}
a:hover {
	color: #E0AB13;
	text-decoration: none;
}
img {
	border: 0;
}
hr {
	color: #EBEBEB;
	background: #EBEBEB;
	height: 1px;
	border: 0;
}
dd {
	margin-left: 1.7em;
}
li {
	margin-left: 1.7em;
}
table {
	font-size: 100%;	
}
fieldset, button {
	border:0;
}
fieldset legend {
}

button { background-color: transparent; }

input[type='text'], input[type='password'] {
	border-top: solid 1px #9B9B9B; 
	border-right: solid 1px #DEDEDE;
	border-bottom: solid 1px #DEDEDE; 
	border-left: solid 1px #9B9B9B; 
}
textarea {
	border-top: solid 1px #9B9B9B; 
	border-right: solid 1px #DEDEDE;
	border-bottom: solid 1px #DEDEDE; 
	border-left: solid 1px #9B9B9B; 
}
input, textarea { color: #6A7C84; font-size: 11px; 
		font-family : Verdana, Arial, sans-serif; } 
input[type='text'] { line-height: 15px; height: 15px; }
/* end of default styles */

address strong {
	display: block;
	padding: 0 0 8px 0;
}


ul.nomark {
	list-style:none;
}
ul.compact li {
	margin-left: 0;
}

.rel {
	position: relative;
}
.container {
	width: 100%;
	overflow: hidden;
}
.left {
	float: left;
}
.right {
	float: right;
}

.tleft {
	text-align: left;
}
.tright {
	text-align: right;
}
.tcenter {
	text-align: center;
}


.norm { font: .688em/17px Verdana; }

.dark { color: #595959; }
.light { color: #91A7B1; }

.red { color: #F30020; }


.bottom { vertical-align: text-bottom; }
.middle { vertical-align: middle; }



.clearl { clear: left; }
.clearr { clear: right; }
.clearall { clear: both; }

