#VEimagesmall {
    float: left; position: relative; left: 4px; top: 7px; width:50px; height:31px; background-image: url('images/vem.png');
                background-image: -webkit-image-set(url('images/vem.png') 1x,
                url('images/vem@2x.png') 2x);
    }
	
body {
	margin:0;
	padding:0;
}
body, td, th, li {
	font: 14px/1.5em Arial;
}
a {
	text-decoration: underline;
	color: black;	
}
a:hover {
	color: #333333;
}

.roundedTextRegionBold {
	border-radius: 5px;
	background-color: #B3C1CF;
	font-weight: bold;
	vertical-align:middle;
}

.appRegionSmall {
	padding: 3px;
	width: 180px;
	border-radius: 5px;
	background-color: #d9e2e9;	
	display: inline-block; 
	height: 190px; 
}

.appRegionLarge {
	padding: 5px;
	width: 800px;
	border-radius: 5px;
	background-color: #d9e2e9;	
}

#footer {
	z-index: 2;		
	position: relative;
	top: 0;
	font: 12px/1.5em Arial;
	text-align: center;
	margin: auto;
	color: #666666;	
	clear: right;		
}

.appLink {
 color: #FFFFFF; 
 text-decoration: none;
 }
 
.appLinkDark {
 color: #000000; 
 text-decoration: none;
 } 
 
.appLinkm {
 font: 0.8em Helvetica;
 color: #000000; 
 text-decoration: none;
 } 
 
#headerm {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#002e46), color-stop(100%,#001e33)); /* Chrome,Safari4+ */	
	background: linear-gradient(top,  #002e46 0%,#001e33 100%); /* W3C */
	background: -moz-linear-gradient(top,  #002e46 0%, #001e33 100%); /* FF3.6+ */
	background-color: #073248;
	position: relative;						
	height: 45px;
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 5px;
	border-top-left-radius: 12px;
	border-top-right-radius: 15px;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 15px;
} 			

#headerm ul {
	width: auto;
	position: absolute;	
	margin: 0px;
	bottom: 0px;	
	right: 10px;
	list-style: none;				
}
#headerm li {
	float: right;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 1px;		
}

#headerm li a {		
	display: block;
	padding: 7px 9px 7px 9px;
	margin-right: 1px;
	background-color: #5f697e;
	color: #FFFFFF;
	text-decoration: none;	
	font-weight: bold;
	border-top-left-radius: 6px 6px;
	border-top-right-radius: 6px 6px;
}

#headerm li.roundedTabSelected a {	
	background-color: #FFFFFF;
	color: #000000;
}

#header {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#002e46), color-stop(100%,#001e33)); /* Chrome,Safari4+ */	
	background: linear-gradient(top,  #002e46 0%,#001e33 100%); /* W3C */
	background: -moz-linear-gradient(top,  #002e46 0%, #001e33 100%); /* FF3.6+ */
	background-color: #073248;
	position: relative;						
	height: 90px;
	margin: 10px 10px 0 10px;
	border-top-left-radius: 12px;
	border-top-right-radius: 15px;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 15px;
} 			

#header ul {
	width: auto;
	position: absolute;	
	right: 25px;
	margin: 0px;
	bottom: -1px;	
	list-style: none;				
}
#header li {
	float: right;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 1px;		
}

#header li a {		
	display: block;
	padding: 6px 10px 6px 10px;
	margin-right: 2px;
	background-color: #5f697e;
	color: #FFFFFF;
	text-decoration: none;	
	font-weight: bold;
	border-top-left-radius: 6px 6px;
	border-top-right-radius: 6px 6px;
}
#header li a:hover {		
		color: #FFFF99; 
}

#header li.roundedTabSelected a {	
	background-color: #FFFFFF;
	color: #000000;
}

#pad a:hover {
	color: #AAAAAA; 
}

