/* -- DEFAULTS -- */

html {
	background-image: url(bg.gif);
        text-align: center;
	margin: 0px;
	padding: 5px;
	color: black;
}

div.main {
	/* background-image: url(bg2.gif); */
	text-align: center;
	border: 1px solid;
	border-color: #D6D6D6;
	color: #FFFFFF;
	width: 950px;
	min-width: 500px;
}

table {
	color: black;
}

a.Head, a.Head:visited {
        color: white;
        text-decoration: none;
}

a.Head:hover {
        color: #C0C0C0;
        text-decoration: none;
}

a, a:visited {
        color: #076DA2;
        text-decoration: none;
}

a:hover {
        color: #606060;
        text-decoration: underline;
}

/* -- TEXT -- */

.TextNormal {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	color: black;
	line-height: 15px;
	padding-left: 10px;
	padding-right: 10px;
}

h1.HeadLine {
	text-align: left;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	color: black;
	line-height: 25px;
	text-transform: uppercase;
	margin-bottom: 0px;
	border-bottom: 1px dotted #666F85;
}

/* -- BACKGROUNDS -- */

td.HeadText {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	font-weight: bold;
	color: white;
	background-color: #2489DB;
	height: 25px;
	vertical-align: middle;
	padding-left: 5px;
	padding-right: 5px;
}

td.HeadTitle {
	font-family: 'Trebuchet MS', Verdana, Sans-Serif;
	font-size: 24px;
	font-weight: bold;
        text-align: left;
	color: #2489DB;
	letter-spacing: +3px;
	background-color: white;
	background-image: url(header.gif);
	height: 70px;
        width: 100%;
	vertical-align: middle;
	padding-left: 20px;
}

table.Inside {
	border-collapse: collapse;
	border: none;
	background-color: #DDDDDD;
}

table.Transparent {
	border-collapse: collapse;
	border: none;
}

td.ColHead {
	border: 1px solid #DDDDDD;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	text-decoration: none;
	color: white;
	font-weight: bold;
	background-color: #0082D6;
	height: 25px;
	line-height: 15px;
	padding-left: 5px;
	padding-right: 5px;
	vertical-align: middle;
}

td.ColCont {
	border: 1px solid #DDDDDD;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	text-decoration: none;
	color: black;
	background-color: white;
	height: 25px;
	padding-left: 5px;
	padding-right: 5px;
	vertical-align: middle;
}

td.ColCont2 {
	border: 1px solid #DDDDDD;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	text-decoration: none;
	color: black;
	background-color: #F1F1F1;
	height: 25px;
	padding-left: 5px;
	padding-right: 5px;
	vertical-align: middle;
}

td.Transparent {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	text-decoration: none;
	color: black;
	height: 20px;
	padding-left: 5px;
	padding-right: 5px;
	vertical-align: middle;
}

td.Footer {
	text-align: center;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	color: black;
	font-weight: bold;
	line-height: 15px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: white;
	background-image: url(footer.gif);
	height: 40px;
        width: 100%;
	vertical-align: middle;
}

.Content {
	background-color: white;
	padding: 20px 20px 20px 20px;
	width: 100%;
	/* height: 400px; */
	vertical-align: top;
}

input.Normal, select {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	color: #4D4D4D;
	border-left: 1px solid #6A6A6A;
	border-top: 1px solid #6A6A6A;
	border-right: 1px solid #3F3F3F;
	border-bottom: 1px solid #3F3F3F;
}
