/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
-----  CSS RESET  -----
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/


body{
	font-size:14px;
	font-family: Tahoma, Geneva, sans-serif!important;
	line-height:1.4em}
ul { list-style: circle; }
form { display: block; }
p, pre,
blockquote, ul, ol, dl, address { font-weight: normal; }
pre, blockquote, ul, ol, dl, address { margin: 0 0 1em 0; }
p { margin: 0 0 1.5em 0; line-height:1.4em; }
xmp { padding: 15px; }
cite, em, dfn { font-style: italic; }
sup { position: relative; bottom: 0.3em; vertical-align: baseline; }
sub { position: relative; bottom: -0.2em; vertical-align: baseline; }
li, dd, blockquote { margin-left: 1em; }
li { margin-bottom: 10px; }
code, kbd, samp, pre, tt, var, textarea { font-size: 100%; font-family: monaco, "Lucida Console", courier, mono-space; }
del { text-decoration: line-through; }
ins, dfn { border-bottom: 1px solid #ccc; }
small, sup, sub { font-size: 85%; }
abbr, acronym { text-transform: uppercase; font-size: 85%; letter-spacing: .1em; border-bottom-style: dotted; border-bottom-width: 1px; }
a abbr, a acronym { border: none; }
sup { vertical-align: super; }
sub { vertical-align: sub; }
h1,h2,h3,h4,h5,h6{margin:0;
	color: #115898;}
h1 { font-size: 2.5em; margin-bottom: 0.8em; line-height: 1.2em; }
h2 { font-size: 2.0em!important; margin-bottom: 0.8em!important; line-height: 1.2em!important; }
h3 { font-size: 1.7em!important; margin-bottom: 0.8em!important; line-height: 1.2em!important; }
h4 { font-size: 1.3em!important; margin-bottom: 0.8em!important; line-height: 1.2em!important; }
h5 { font-size: 1.1em!important; margin-bottom: 0.8em!important; line-height: 1.2em!important; }
h6 { font-size: 1em; margin-bottom: 0.8em; line-height: 1.2em; }
a img { border: none; text-decoration: none; }
ul,ol{
	padding:0 0 0 .2em;
	}
img { border: none; text-decoration: none; }

label, button {	cursor: pointer; }
fieldset { border: none; }

.left { float: left; }
.right { float: right; }

img.alignleft { margin: 0 15px 0 0; float: left; }
img.alignright { margin: 0 0 0 15px; float: right; }

.no_margin { margin: 0 !important; }

.hidden { display: none; }
.border{border:5px solid #ccc;}