﻿a {
	color: blue;
	text-decoration: none
}

a:hover {
	color: red;
	text-decoration: underline
}

.ctrCVALogo {
	text-align: center;
	padding-left: 20px;
	margin: 10px
}

.logo {
	margin: 10px;
	border-width: 0px
}



/* COPIED FROM LAYOUT */

* {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif
}
ul {
	font-size: small
}
p {
	font-size: small
}
/*
a {
	text-decoration: none
}
a:hover {
	color: red
}
*/
h1 {
	font-size: large;
	font-weight: bold;
	margin: 0px
}
h2 {
	font-size: medium;
	font-weight: bold;
	margin: 0px
}
img {
	border: 0px
}
li {
	margin-bottom: 1em
}

.headCell2 {
	background-color: #666666;
	border-bottom-style: solid;
	border-bottom-width: 3px;
	border-bottom-color: orange;
	text-align: center
}

.headLink1 {
	color: #949294;
	font-size: small;
	text-decoration: none
}
a.headLink1:hover {
	color: black;
	text-decoration: none
}
a.headLink1Selected {
	color: black;
	font-size: small;
	text-decoration: none
}
.headSubMenuLink {
	color: white;
	text-decoration: none
}
a.headSubMenuLink:hover {
	color: orange;
	text-decoration: none
}
.headSubMenuLinkSelected {
	color: orange;
	text-decoration: none
}

/*
.contentCellLeft {
	width: 330px;
	background-color: #1B4D8F;
	padding: 20px;
	vertical-align: top;
	color: white
}
*/
.contentCell {
	background-color: #DBDBDB;
	padding: 20px;
	vertical-align: top;
	text-align: justify;
	vertical-align: top
}
.headSubMenu {
	font-size: small;
	color: silver;
	margin: 5px;
	width: 690px;
	display: none;
	position: absolute;
	height: 19px;
	top: 110px;
	left: 29px
}
