/* basic html elements */

* {
	font-size: 100.1%;
	margin: 0;
	padding: 0
}

body {
	margin: 0;
	padding: 0;
	color: #515151;
	background-color: #fff;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 90%
}

p {
	font-size: 0.9em;
	color: #555555;
	text-align: justify;
	margin-top: 1em
}

h1,
h2,
h3,
h4 {
	font-weight: normal;
	color: #ec1f27;
	text-align: left;
}

h1 {
	font-size: 1.7em;
	margin: 0.4em 0 0 0;
}

h2	{	
	font-size: 1.5em;
	margin: 1em 0 0.2em 0;
}


h3	{	
	font-size: 1.3em;
	margin: 1em 0 0.2em 0;
}

a {
	color: #515151;
}

a:hover {
	text-decoration: none;
}

ul, ol {
	margin: 1em 0 1em 0;
	padding-left: 1.5em;
	font-size: 0.9em;
	color: #2F3373;
	line-height: 1.5em
}

input, textarea, select {
	font-size: 11px;
}

img {
	border: 0px;
}

/* layout */

.first {
	margin-top: 0;
}

.full {
	width: 100%
}

/* fonts */

.alignright {
	text-align: right;
}

.text {
	width: 100%;
}

.created {
	font-size: 0.7em;
	text-align: right;
	color: #2D2B6C;
	margin-bottom: 10px
}

.comment {
	font-size: 0.76em;
	text-align: center;
	color: #2D2B6C;
}

.copyright {
	font-size: 0.7em;
	text-align: left;
	color: #2D2B6C;
	margin-bottom: 10px
}

.bottommenu {
	font-size: 0.7em;
	text-align: center;
	color: #2D2B6C
}

/* colors & backgrounds */


.white {
	background-color: #FFFFFF;
}

.bgred {
	background-color: #ec1f27;
}

.red {
	color: #ec1f27;
}

.blue {
	background-color: #2C2A6B;
}

.lightgray {
	background-color: #ebf3f6;
}

.gray {
	background-color: #bebebe;
}

.topbg {
	background-color: #334884;
	background-image: url(../images/topbg.jpg);
	background-repeat: repeat-x;
}

.topbg2 {
	background-color: #334884;
	background-image: url(../images/topbg2.jpg);
	background-repeat: repeat-x;
}

.botbg {
	background-color: #d4d4d4;
	background-image: url(../images/botbg.jpg);
	background-repeat: repeat-x;
}

.menubg {
	background-color: #98bcde;
	background-image: url(../images/menubg.jpg);
	background-repeat: repeat-x;
}

.t {
	background-image: url(../images/img/bgt.gif);
	background-repeat: repeat-x;
}

.b {
	background-image: url(../images/img/bgb.gif);
	background-repeat: repeat-x;
}

.l {
	background-image: url(../images/img/bgl.gif);
	background-repeat: repeat-y;
}

.r {
	background-image: url(../images/img/bgr.gif);
	background-repeat: repeat-y;
}

