#header {
	background-image:url(../images/header.gif);
	background-position:left center;
	background-repeat:no-repeat;
	width:100%;
	height:90px;
	text-align:right;
	vertical-align: middle;
	font-style:italic;
	color:#CCCCCC;
	font-size:large;
}

.Settings{
	display:block;
	margin-left:25px;
	padding-right:5px;
	font-family: "Courier New", Courier, mono;
	font-size: x-small;
	color:#888888;
	text-align:right;
}


#title {
	font-size:xx-large;
	font-family:"Times New Roman", Courier, mono;
	color:#FFFFFF;
	font-weight:bold;
	background-color:#000066;
	width:auto;
	padding-left:15px;
	margin-bottom:10px;
}
#data table{
	margin-left:auto;
	margin-right:auto;
	width:auto;
}
#data {
	margin-bottom:15px;
}

.SmallHeading {
	display:block;
	font-family: "Courier New", Courier, mono;
	font-size: medium;
	font-weight:bold;
	text-align: center;
	color:#eeeeee;
	background-image:url(Themes/BlueStyle/headerbg.gif);
	background-repeat:repeat-x;
	margin-bottom:10px;
	margin-top:10px;
} 

.inputfield {
	margin-top:10px;
}

.FieldDescription {
	margin-left:25px;
	padding-right:15px;
	font-family: "Courier New", Courier, mono;
	font-size: medium;
	color:#333333;
}

.tHead th{
	font-family: "Courier New", Courier, mono;
	font-size: medium;
	font-weight:bold;
	text-align: center;
	padding-left:5px;
	padding-right:5px;
	color:#eeeeee;
	background-image:url(Themes/BlueStyle/headerbg.gif);
	background-repeat:repeat-x;
}

.tData td{
	padding-left:5px;
	padding-right:5px;
	font-family: "Courier New", Courier, mono;
	font-size: small;
	color: #333333;
}

.tData input {
	text-align:right;
	color:#333333;
}

#footer {
	text-align:right;
	vertical-align: middle;
	font-style:italic;
	color:#CCCCCC;
	font-size:small;
	background-color:#000066;
}

.Data {
	width:500px;
	height:200px;
}

.ImgIcon {
	text-decoration:none;
	color:#FFFFFF;
}
.ImgIcon img {
	border:none;
}

#formfooter {
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	width:auto;
}