a {
	color: #3F51B5;
	text-decoration: none;
	line-height: 1.6em;
	transition: 0.2s color;
}
a:hover {
	color: #f63;
}
body, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: center;
	margin:0;
}
form {
	margin-bottom: 0;
}
p {
	margin: 5px;
}
h1 {
	font-size: 22px;
	font-weight: bold;
	color: #000088;
	padding: 6px;
	margin: 0px;
	background-color:#E1EEF4;
	border-bottom-color: #AACCFF;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
h2 {
	font-size: 16px;
	font-weight: normal;
	color: #bbb;
	padding: 4px;
	margin-bottom: 8px;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	color: #000088;
	margin-left: 5px;
}

.cellborder {
	border: 1px solid #ddd;
	border-radius: 2px;
	box-shadow: 0px 2px 3px #eee;
}

.content {
	padding:5px;
	box-sizing: border-box;
	background-color: #fff;
	text-align: left;
}


.topBar {
	float:left;
	width:100%;
}

.topBar .blueBar {
	background-color: #1E62B7;
	float: left;
	width: 100%;
	padding: 12px 0px;
}

.topBar .blueBar .inner {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}

.topBar .blueBar .inner .logo {
	float: left;
	position: absolute;
	top: -4px;
}

.topBar .blueBar .inner .webmail {
	float:right;
}

.topBar .blueBar .inner .webmail a {
	color:#fff;
	padding:10px 15px;
	display:block;
	border-radius: 2px;
	transition: .2s background-color;
}

.topBar .blueBar .inner .webmail a:hover {
	background-color: #4A90E2;
}

.topBar .blueBar .inner .webmail a i {
	font-size: 16px;
	margin-right: 10px;
}

.topBar .grayBar {
	background-color: #eee;
	height: 15px;
	width: 100%;
	float: left;
}

.topBar .contact a {
	position: absolute;
	top: -12px;
	left: 35%;
	width: 290px;
	height: 68px;
	background-color: #357ACE;
	box-shadow: 0px 1px 5px rgba(0,0,0,0.2);
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	color: #fff;
	padding-top: 10px;
	box-sizing: border-box;
	transition: .2s background-color;
	border-bottom: 4px solid #91B9E7;
}

.topBar .contact a:hover {
	background-color: #4A90E2;
}

.topBar .contact a span {
	display: block;
	font-size: 18px;
	margin-top: 2px;
	color: #BAD4F3;
	padding-left: 30px;
}

.topBar .contact a i {
	font-size: 25px;
	margin-right: 10px;
	position: absolute;
	left: 20px;
}




#pageHolder {
	margin: 0 auto;
	text-align: left;
	width: 1000px;
	height: inherit;
}

#pageContent {
	position: absolute;
	top: 100px;
	width: 1000px;
	height: inherit;
	z-index: 1;
	border: 1px solid #ddd;
	padding: 0px;
	border-radius: 2px;
	background-color: #f8f8f8;
    text-align: center;
}

#pageContent table tr th {
	background-color: #6badf6;
	color: #ffffff;
	padding:5px;
	font-weight: normal;
	border-bottom: 1px solid #5295DE;
}

#pageContent1 table tr th {
	background-color: #464775;
	color: #ffffff;
	padding:5px;
	font-weight: normal;
	border-bottom: 1px solid #464775;
}

input, textarea, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	padding: 5px;
	font-weight: normal;
}

.footer {
	color: #ccc;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
}

.button {
	font-size: 14px;
	border-radius: 4px;
	background-color: #08f;
	color: #fff;
	padding: 5px 12px;
	border: 1px solid #06d;
	box-shadow: 0px 1px 5px #bbb;
	cursor: pointer;
}

