body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #003399;
	font-size: small;
}
h3 {
	color: #FF6600;
}
.footer {
	font-size: x-small;
}
.floatRight {
	margin: 5px;
	padding: 5px;
	float: right;
	border: thin solid #CCCCCC;
}
.languages {
	padding: 5px;
	float: right;
	border: 1px solid #CCCCCC;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 5px;
	font-size: 10px;
}

.languages a:hover{
	color: #FF0000;
	text-decoration: none;
}

/* menu box */
.wireframemenu{
	border-bottom-width: 0;
	width: 190px;
	float: right;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #327EB3;
	border-right-color: #327EB3;
	border-bottom-color: #327EB3;
	border-left-color: #327EB3;
	background-image: url(images/menuBox_bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	margin-right: 2px;
	margin-bottom: 5px;
	margin-left: 5px;
}

* html .wireframemenu{ /*IE only rule. Original menu width minus all left/right paddings */
width: 190px;
}

.wireframemenu ul{
padding: 0;
margin: 0;
list-style-type: none;
}

.wireframemenu a{
	padding: 4px 3px;
	display: block;
	width: 100%; /*Define width for IE6's sake*/
	color: #595959;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #327EB3;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
}

.wireframemenu a:visited{
color: #595959;
}

html>body .wireframemenu a{ /*Non IE rule*/
width: auto;
}

.wireframemenu a:hover{
background-color: #B3EBFB;
color: #FF0000;
}
/* end of menu box */
.pointer {
	font-size: x-small;
	font-weight: bolder;
}
.highlight {
	color: #FF6600;
}
.rightBox {
	font-size: small;
	float: right;
}
label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 80px;
}
input, textarea {
	background-color: #DAEFED;
	border: 1px solid #0033CC;
}
