.JobTitle {
	font-size: 12px; 
}

.JobLocation {
	font-size: 12px; 
}

.JobTable td {
	font-size: 12px; 
}

.CVTable td, .EntryTable td {
	font-size: 12px; 
}

.CVTitle {
	font-weight: bold;
	font-size: 12px; 
	color: #6891C5;
	padding: 2;
	border-color: #00377A;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
}

/* Styles for data entry*/
Input {
	font-size: 10px;
	font-weight: bold;
	color: #00377A;
	border-color: #00377A;
	border-style: solid;
	border-width: 1px;
	padding: 1px;
	background-color: white;
}

Textarea {
	font-size: 10px;
	font-weight: normal;
	color: #00377A;
	border-color: #00377A;
	border-style: solid;
	border-width: 1px;
	padding: 1px;
	background-color: white;
}

.InputDisabled {
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	background-color: #FFFFFF;
	border-color: #FFFFFF;
	border-style: none;
	border-width: 1px;
}

.EntryDropDown {
	font-size: 10px;
	font-weight: normal;
	color: #00377A;
	border-color: #00377A;
	border-style: solid;
	border-width: 1px;
	background-color: white;
	width: 143px;
}

.EntryCheckbox {
	font-size: 10px;
	font-weight: bold;
	color: #00377A;
	border-color: #00377A;
	border-style: none;
	border-width: 0px;
	background-color: white;
}
a .button2, .inputbutton{
	font-size: 10px;
	font-weight: normal;
	color: #00377A;
	border-color: #00377A;
	border-style: solid;
	border-width: 1px;
	background-color: white;
	text-decoration: none;
	padding-top: 1px;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #EEEEEE;
}

a .button2:hover, .inputbutton:hover{
	color: #00377A;
	text-decoration: none;
	border-color: #EEEEEE;
}

