﻿/* GENERAL START */

* {
	margin  : 0;
	padding : 0;
}

html {
	margin     : 0px;
	padding    : 0px;
	text-align : center;
	height : 100%;
}

body {
	font-family : 'Arial', Tahoma;
	margin      : 0px;
	padding     : 0px;
	text-align  : center;
	color       : black;
	font-size   : 11px;
	height : 100%;
}

h1 {
	color         : #3296c0;
	font-weight   : bold;
	font-size     : 12px;
	line-height   : 25px;
	text-align    : left;
	margin        : 0 0 0 0;
}

.h1Class {
	color         : #3296c0;
	font-weight   : bold;
	font-size     : 12px;
	line-height   : 25px;
	text-align    : left;
	margin        : 0 0 0 0;
}

h2 {
	color         : #3296c0;
	font-weight   : bold;
	font-size     : 11px;
	line-height   : 20px;
	text-align    : left;
	margin        : 0 0 0 0;
}

.h2Class {
	color         : #3296c0;
	font-weight   : bold;
	font-size     : 11px;
	line-height   : 20px;
	text-align    : left;
	margin        : 0 0 0 0;
}

h3 {
	color         : #3296c0;
	font-weight   : normal;
	font-size     : 12px;
	line-height   : 18px;
	text-align    : left;
	margin        : 0 0 0 0;
}

.h3Class {
	color         : #3296c0;
	font-weight   : normal;
	font-size     : 12px;
	line-height   : 18px;
	text-align    : left;
	margin        : 0 0 0 0;
}

h4 {
	color         : #3296c0;
	font-weight   : bold;
	font-size     : 11px;
	line-height   : 16px;
	text-align    : left;
	margin        : 0 0 0 0;
}

.h4Class {
	color         : #3296c0;
	font-weight   : bold;
	font-size     : 11px;
	line-height   : 16px;
	text-align    : left;
	margin        : 0 0 0 0;
}

h5 {
	color         : #3296c0;
	font-weight   : normal;
	font-size     : 11px;
	line-height   : 16px;
	text-align    : left;
	margin        : 0 0 0 0;
}

.h5Class {
	color         : #3296c0;
	font-weight   : normal;
	font-size     : 11px;
	line-height   : 16px;
	text-align    : left;
	margin        : 0 0 0 0;
}

h6 {
	color         : #3296c0;
	font-weight   : normal;
	font-size     : 11px;
	line-height   : 16px;
	text-align    : left;
	margin        : 0 0 0 0;
}

.h6Class {
	color         : #3296c0;
	font-weight   : normal;
	font-size     : 11px;
	line-height   : 16px;
	text-align    : left;
	margin        : 0 0 0 0;
}

p {
	color         : black;
	font-weight   : normal;
	font-size     : 11px;
	line-height   : 17px;
	margin        : 5px 0 5px 0;
}

.pClass {
	color         : black;
	font-weight   : normal;
	font-size     : 11px;
	line-height   : 17px;
	text-align    : justify;
	margin        : 5px 0 5px 0;
}

a {
	color           : #7d7d7d;
	text-decoration : none;
	outline         : none;
}

a:hover {
	color           : #F0B310;
	text-decoration : none;
	outline         : none;
}

a img {
	padding : 0;
	margin  : 0;
	border  : 0;
}

.form {
	margin      : 5px 0 5px 0;
	font-family : 'Tahoma', Arial;
	font-size   : 11px;
	padding     : 2px;
}

.submit {
	margin      : 5px 0 10px 70px;
	font-family : 'Tahoma', Arial;
	font-size   : 11px;
	padding     : 0;
}

hr {
	border : 0;
	border-top : 1px solid #6A207F;
	margin : 0 0  5px 0;
}

th {
	background  : #F0B310;
	padding     : 5px;
	line-height : 20px;
	font-weight : bold;
	text-align  : center;
	color       : white;
}

table {
	text-align      : center;
	margin          : 0 auto;
	border-collapse : collapse;
	border          : 0;
}

td {
	padding : 0;
}

.imgRight {
	float  : right;
	margin : 5px 0 2px 5px;
}

.imgCenter {
	text-align : center;
	margin    : 0 auto;
}

.imgLeft {
	float  : left;
	margin : 5px 5px 5px 0;
}

.clear {
	clear  : both;
	margin : 10px 0 10px 0;
}

.emphasize {
	font-weight : bold;
	color       : #F0B310;
}

input {
	border : 1px solid #c3c3c3;
	font-size : 12px;
	padding : 2px;
}

input:hover {
	border : 1px solid #c3c3c3;
	background : #f7f7f7;
}

.mainContent ul, .mainContent ol {
	margin : 0 0 0 20px;
}


/* GENERAL END */
