body {
	font-family: Tahoma;
	background-color: #ECEEFF;
	margin-top: 20px;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.footer {
	color:#B3AEFF;
	font-family:Tahoma;
	font-size:11px;
	font-weight:bold;
}

a {
	text-decoration:underline;
	font-family:Tahoma;
	color: #B3AEFF;
	font-weight: bold;
	font-size:12px;
}
a:hover {
	text-decoration:underline;
	color: #000000;
}

a.menuActive {
	text-decoration:none;
	font-family:Tahoma;
	color: #B3AEFF;
	font-weight: bold;
	font-size:12px;
}
a.menuActive:hover {
	text-decoration:underline;
	color: #B3AEFF;
}

a.menuPassive {
	text-decoration:none;
	font-family:Tahoma;
	color: #000000;
	font-weight: bold;
	font-size:12px;
}
a.menuPassive:hover {
	text-decoration:underline;
	color: #B3AEFF;
}

a.submenuActive {
	text-decoration:none;
	font-family:Tahoma;
	color: #B3AEFF;
	font-weight: bold;
	font-size:11px;
	margin-left:5px;
}
a.submenuActive:hover {
	text-decoration:underline;
	color: #B3AEFF;
}

a.submenuPassive {
	text-decoration:none;
	font-family:Tahoma;
	color: #000000;
	font-weight: bold;
	font-size:11px;
	margin-left:10px;
}
a.submenuPassive:hover {
	text-decoration:underline;
	color: #B3AEFF;
}

a.submenuMenu {
	text-decoration:none;
	font-family:Tahoma;
	color: #B3AEFF;
	font-weight: bold;
	font-size:10px;

}
img.submenuMenu {
	margin-left:15px;
	margin-right:3px;
}
a.submenuMenu:hover {
	text-decoration:underline;
	color: #B3AEFF;
}

.welcomeTitle {
	font-family:Tahoma;
	font-size:14;
	font-weight:bold;
	color:#000000;
	margin-bottom:20px;
	margin-top:10px;
	text-align:center;
}

.countdownMain {
	margin-right:10px;
	background-color:#ECEEFF;
}
.countdownTitle {
	text-align:center;
	font-family:Garamond;
	font-size:14px;
	font-weight:bold;
	margin-top:5px;
	margin-bottom:5px;
	padding-top:5px;
}

.countdownContent {
	padding:0px 5px 0px 5px;
	text-align:left;
	font-family:Garamond;
	font-size:14px;
	text-align:center;
}

.jobiwantContent {
	padding:0px 5px 0px 5px;
	text-align:left;
	font-family:Garamond;
	font-size:14px;
}
.jobiwantContent hr {
	margin:2px;
	padding:0px;
	border:1px #ffffff dotted;
}

input.countdownInput {
	background-color:#ECEEFF;
	border:none;
	border-bottom-color:#ECEEFF;
	text-align:center;
	font-family:Tahoma;
	font-size:10px;
	font-weight:bold;
	color:#B3AEFF;
}
input.countdownInputTitle {
	background-color:#ECEEFF;
	border:none;
	border-bottom-color:#ECEEFF;
	text-align:center;
	font-family:Tahoma;
	font-size:10px;
	font-weight:bold;
	color:#000000;
}