body {
	font-family: Calibri, Verdana, sans-serif;
	padding:70px;
}

a:link {
	text-decoration: none;
	font-size:18px;
	color:#CCCCCC;
	border:0;
}
a:visited {
	text-decoration: none;
	font-size:18px;
	color:#CCCCCC;
	border:0;
}
a:hover {
	text-decoration: none;
	color:#FFCC33;
	border:0;
}
a:active {
	text-decoration: none;
	border:0;
}

/*****************************/

div.main {
	width: 100%;
	position:relative;
	padding:0px; 	
}

td.maintitle {
	font-size: 25px;
	color:#1C2C75;
	margin:0px;
	width:50%;
}

td.pagename {
	text-align:right;
	margin:0px;
	font-size:20px;
	color:#1C2C75;
}

div.title {
	font-size:20px;
	color:#1C2C75;
	width: 450px;	
	text-align:right;
	float:left;
	margin:0px;
}


div.foot {
	font-size:20px;
	color:#1C2C75;
	width:100%;
	clear:both;
}

div.title1 {
	font-size:20px;
	color:#1C2C75;
	clear:both;
	margin-bottom:30px;
}

div.nav {
	background-color:#1C2C75;
	width:auto;
	display:block;
	clear:both;
}

div.elem {
	padding-left: 5px;
	width:19%;
	float:left;
}

div.content {
	width:100%;
	clear:both;
	text-align:justify;
	
}

div.img-left {
	float:left;
	margin:0px 20px 20px 0px;
}

div.img-right {
	float:right;
	margin:0px 0px 0px 20px;
}

div.error {
	color:#FF0000;
}

div.label {
	width:200px;
	float:left;
	margin:10px;
}

div.formcont {
	width: 500px;
	float:left;
	margin:10px;
}


/*****************************/

img.arrow {
	padding: 5px 10px 5px 20px;
	width: 10px;
	height: 10px;
	border: 0px;
	vertical-align: middle;
}

img.pageim {
	width:65px;
	height:65px;
	margin-right:5px;
	vertical-align: middle;
}

img.logo {
	width: 105px;
	height: 65px;
	vertical-align: middle;
}

img.logosm {
	width: 62px;
	height: 36px;
	vertical-align: middle;	
}

img.screen {
	width:380px;
	height:320px;
	margin:20px;
}

img.error {
	height:15px;
	width:15px;
}

/*****************************/

li {
	list-style-image: url('img/tick.gif');
	margin:5px;
}

input {
	font-family:Calibri, Verdana, sans-serif;
	font-size: 14px;
}

textarea {
	font-family:Calibri, Verdana, sans-serif;
	font-size: 14px;
}

form {
	width: 800px;
	margin:auto;
}

.admin
{
font-family:inherit;
color:#FFFFFF
}

p.success {
	color:#00ff00;
}