/* general font settings */

body,p,div,h1,li,td,th
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight: normal;
	color: black;
	/*	overflow:hidden; */
}

td {
	vertical-align:top;
}

body {
}

p {
}


/* page frame */
span.frame,
div.frame
{
	display:block;
	width:100%;
	text-align:left;
	text-align:center;
	height:100%;
}
table.frame2 {
	width:100%;
	height:600px;
}

table.frame2 tr td.frame2 {
	vertical-align:top;
	text-align:center;
}

/* ########### where the box look and feel is defined ###########
   #    remove border here if not required..
   ##############################################################
*/
table.page {
	width:800px;
	border:solid 0px #eeeeee;
	background-color:#ffffff;
	margin-top:10px;
}

div.content {
	overflowXX:auto;
	heightXX:480px;
}

td.logo {
	padding-top:10px;
}

/* style for topmenu (replace ugly h1) */
td.topmenu {
	padding-top:10px;
	color: #7388BD;
	margin-left : 2%;
}


/* blue.css */
h1,h2,h3 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight: bold;
	background-color:#ffffff;
	color: black;
	text-decoration: none;
}

li{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight: normal;
	background-color:#ffffff;
	color: black;
	list-style : bullet;

}


p {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight: normal;
	background-color:#ffffff;
	color: black;
	
}

p img {
	float:right;
}

div.error 
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : small;
	color: red;
}

.inblue a:link {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color: #FFFFFF;
	text-decoration: none;
}
.inblue a:visited {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	text-decoration: none;
	color: #FFFFFF;
}
.inblue a:hover {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	text-decoration: underline;
	color: #FFFFFF;
}
.inblue a:active {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	text-decoration: none;
	color: #FFFFFF;
}

/* home menu links on the right in blue area */
.projects, .projects a:link, .projects a:visited, .projects a:hover, .projects a:active {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color: #FFFFFF;
	text-decoration: none;
}

/* popup menu */
/* FY added border.. */
.popup_menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FFFFFF;
	text-align: left;
	vertical-align: top;
	visibility: hidden;
	z-index: 100;
	height: auto;
	width: 100%;
	color: #C5C5C7;
	margin: 0px;
	padding: 6px;
	overflow: visible;
	background: White;
	border:solid 1px #dddddd;
}

.popup_menu a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #C5C5C7;
	text-decoration: none;
	line-height : 15px;
	background: White;;
	
}
.popup_menu a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #C5C5C7;
	line-height : 15px;
	background: White;;
	
}
.popup_menu a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	line-height : 15px;
	color:#8F8F90;
	background: White;
	
}
.popup_menu a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	line-height : 15px;
	background: White;
}

/* nav menu in grey area */
.nav_menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: right;
	vertical-align: top;
	z-index: 10;
	height: auto;
	width: auto;
	margin: 0px;
	padding: 0px;
	overflow: visible;
}

.nav_menu a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #5390AD;
	text-decoration: none;
	line-height : 13px;
}
.nav_menu a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #5390AD;
	line-height : 13px;
}
.nav_menu a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
	line-height : 13px;
	color:#5390AD;
	
}
.nav_menu a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #5390AD;
	line-height : 13px;
}


/* css that was inside html page */
body {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight: normal;
	background-color:#ffffff;
	color: black;
	text-decoration: none;
}

h1 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight: normal;
	color: #7388BD;
	margin-left : 2%;
}

h2 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weightXX: normal;
	color: #4D69B1;
}

h2 img {
	float:right;
}


A {
	background:white;
	color:#4D69B1;
	text-decoration:none;
}

.smalltext {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight: normal;
	color: black;
}
