﻿/* GENERAL CSS START */

* {
	margin  : 0;
	padding : 0;
}

	html {
		height: 100%;
		overflow: hidden;
		vertical-align : bottom;
	}

	#flashcontent {
		height: 100%;
		border : 1px solid white;
	}

	body {
		height: 100%;
		margin: 0;
		padding: 0;
		color:black;
		background : white;
		font-family: Tahoma;
		font-size : 14;
		font-family : tahoma;
	}

h1 {
	color         : #6A207F;
	font-weight   : bold;
	font-size     : 14px;
	line-height   : 25px;
	text-align    : left;
	margin        : 0 0 0 0;
}

h2 {
	color         : #6A207F;
	font-weight   : bold;
	font-size     : 11px;
	line-height   : 20px;
	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           : #6B3084;
	text-decoration : none;
	outline         : none;
	font-size : 13px;
	font-weight : bold;
	text-shadow : 1px 1px 1px #E6E6FA;
}

a:hover {
	color           : #FFC643;
	text-decoration : none;
	outline         : none;
	font-size : 13px;
}

a img {
	padding : 0;
	margin  : 0;
	border  : 0;
}

hr {
	color  : #6A207F;
	height : 1px;
}

th {
	background  : #F9921C;
	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       : #6A207F;
}

.break {
	height : 6px;
}

.iframe {
		border : 1px solid white;
		background : white;
	}

.logo {
}

.menu {
}

.banner {
	height : 80px;
	width : 100%;
}

.menuUl {
		text-transform : capitalize;
}

.menuUl li {
	display : inline;
	padding : 0 15px;
}

.menuUl .selected {
	color : #CE8DE0;
}

.bannerLeft {
	text-align : left;
	padding : 5px;
}

.bannerRight {
	text-align : right;
	padding : 5px;
}

.bannerMenu {
	text-align : center;
}

/* GENERAL CSS END */
