body {
	font-family: arial;
	letter-spacing:1px;
	margin-top: 25px;
	text-align: center;
}
.subtext {
	font-family: arial;
	letter-spacing:.5px;
	font-size: 12px;
	margin-top: 5px;
	display:inline;

}



h1{
	font-family: arial;
	color:#000;
	letter-spacing:1px;
	font-weight:lighter;
	font-size: 16px;
	margin-top: 5px;
	
}

h2{
	font-family: georgia;
	color:#000000;
	letter-spacing:1px;
	font-weight:lighter;
	font-size: 16px;
	margin-top: 5px;
	
}
input {
	width: 250px;
	border: 1px solid #3399cc;
	font-size: 14px;
	height: 30px;
}
	
.submit {
	width: 250px;
	border: 1px solid #3399cc;
	font-size: 14px;
	background-color: #3399cc;
	color: white;
	text-decoration: none;
}
	
	
.submit:hover {
	background-color: white;
	color: #3399cc;
}	
	

.title {
	color: #000;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: lighter;
	text-align: center;
}

.subtitle {
	color: #666;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
}


.footer {
	color: #666;
	font-size: 11px;
	font-weight: normal;
	background-image: url('/EDMS/chartis/assets/images/footer_bg_806x91.png');
	background-repeat:no-repeat;
}

 
.footer a {
	color: #666;
	font-size: 11px;
	font-weight: normal;
}

footer a:hover {
	color: #666;
	font-size: 11px;
	font-weight: normal;
	border-bottom: none;
}


.navbar { 
	width: 100%;
	color: #3399cc; 
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	padding: 20px 0 20px 0;
	text-transform: uppercase;
}

.navbar a {
	color: #3399cc;
	text-decoration: none;
	text-transform: uppercase;	
	border-bottom: none;
	margin: 0px 5px 0px 5px;
}

.navbar a:hover {
	color: black;
	text-decoration: none;
	border-bottom: 1px black dotted;
}

.navbar_selection {
	color: black;
	text-decoration: none;
	margin: 0px 5px 0px 5px;
}

.group_header {
	color: black;
	font-size: 18px;
	text-transform: uppercase;
	padding-top: 20px;
}

.group_url {
	color: #333;
	font-size: 12px;
	text-transform: lowercase;
}

.upload {
 	border: 1px solid white;
 	width: 250px;
 	
}
	
	
a{
	color: #3399cc;
	font-size: 14px;
	text-decoration: none;
	border-bottom: none;
}

a:hover {
	color: #3399cc;
	border-bottom: 1px dotted black;
}

