h1 {
	font-size: 9px;
	color: #001638;
}
.scrollContent {
	height:385px;
	width:100%;
	overflow:scroll;
	overflow-Y:scroll;
	overflow-X:hidden;
}

h2 {
	font-size: 12px;
	color: #001638;
}
h3 {
	font-size: 14px;
	color: #515777;
}

h4 {
	font-size: 14px;
	color: #001638;
}

h5 {
	font-size: 16px;
	color: #434969;
}

a {
	font-size: 14px;
	color: #434969;
	text-decoration:underline;
}

a:hover {
	font-size: 14px;
	color: #8490a0;
}


#portFolio a {
	font-size: 14px;
	color: #434969;
	text-decoration:underline;
}

#portFolio a:hover {
	font-size: 14px;
	color: #8490a0;
}

#contentTbl{
	text-align: left;
}

#ContentTabel{
	vertical-align:top;
}

#CVform_thanks{
	display:none;
}

.LinksBottom a {
font-size:11px;
text-decoration:none;
}

.LinksBottom a:hover {
font-size:11px;
color:#CCCCCC;
text-decoration:underline;
}

.textBox{
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #1F3250;
	width: 200px;
	height: 15px;
}

.memoField{
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #1F3250;
	width: 220px;
	height: 120px;
}

body{
	color: #434969;
	font-family: Courier New, Courier, monospace;
	margin-top: 0px;	/*vertical-align: middle;*/
	text-align: center;
	background-color: #FFFFFF;
	font-size: 14px;
}

