/* CSS Document */

.imageborder {
	padding: 6px;
	border: 1px solid #003366;
	margin: 0px 10px 5px 0px;
}
body {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin: 0;
	background-color: #FFFFFF;
}
a.bluetab {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	background: none;
}
a.bluetab:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	background: none;
}
a.bluetab:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	background: none;
}
a.bluetab:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	background: none;
}
a.whitetab {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #003366;
	text-decoration: none;
	background: none;
}
a.whitetab:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #003366;
	text-decoration: none;
	background: none;
}
a.whitetab:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #003366;
	text-decoration: none;
	background: none;
}
a.whitetab:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #003366;
	text-decoration: none;
	background: none;
}
.title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #003366;
	border-bottom-width: 1px;
	border-bottom-color: #003366;
	border-bottom-style: solid;
}
.ashText9 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #003366; 
}
.ashText10 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #003366; 
}
.ashText12 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #003366; 
	}
.ashText14 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
	color: #003366; 
	text-align: justify;
	}
	
a.nav:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #003366;
}
a.nav:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #003399;
	
}
a.nav:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #003366;
}

a.project:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #003366; 
	text-decoration: none; 
}
a.project:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #003366; 
	text-decoration: none; 
}
a.project:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #003366; 
	text-decoration: underline; 
}

/* mig settings */

/* Folder table (thumbnails) */
TD.folderthumbs {
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
	padding-right: 6px;	
	font-size: 16px;
	color: #003366;
    font-family: Georgia, "Times New Roman", Times, serif;	
	
	
}

/* Image table */
TD.image {
    color: #000000;          padding-top: 6px;
                             padding-bottom: 6px;
    font-size: .8em;         padding-left: 6px;
    text-align: center;      padding-right: 6px;
}

/* Description table */
TD.desc {
    color: #003366;          padding-top: 4px;
                             padding-bottom: 3px;
    font-size: 15px;         padding-left: 4px;
    text-align: justify;      padding-right: 6px;
    font-family: Georgia, "Times New Roman", Times, serif;
}


img.right {
	float: right;
	margin: 0.2em 0em 0.5em 0.5em;
}

div.img-drop {
	background: url(shadow.gif) no-repeat bottom right;
	clear: right;
	float: right;
	margin: 0 0 15px 25px;
	padding: 0;
	position: relative;
}

div.img-drop img {
	background-color: #fff;
	border: 1px solid #a9a9a9;
	display: block;
	margin: -5px 5px 5px -5px;
	padding: 4px;
	position: relative;
}
