/* CSS Document */

<!--

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	SCROLLBAR-FACE-COLOR: #00b9b9; 
	SCROLLBAR-HIGHLIGHT-COLOR: #00cccc; 
	SCROLLBAR-SHADOW-COLOR: #006666; 
	SCROLLBAR-3DLIGHT-COLOR: #339999; 
	SCROLLBAR-ARROW-COLOR: #003333;
}
.topic1{font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; text-align:left; font-weight:bold}
a:link {
	font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFCC;
	text-decoration: none;
}
a:visited {
	font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #000000;
}
a:active {
	font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #FFFFFF;
}
.normalstyle {
	font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif;
	}
.normalstyle1 {
	font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold;
	}
.nwhite {
	font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; text-align: center; color: #FFFFFF;
	}
.para1 {
	font-size: 11px; font-family: Verdana, arial, Helvetica, sans-serif;
	text-align:justify;
	}
a.email {
	font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #ff0000;
}
a.email:hover {
color: #003333;
}
a.email:active {
	font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #ff0000;
}
a.email:visited {
color: #ff0000;
}

/* plinks are paragraph links, meaning links that appear within the written
text in a paragraph */
a.plinks:visited {color:#0000FF; text-decoration:underline;font-size: 11px;}
a.plinks:link {color:#0000FF; text-decoration:underline;font-size: 11px;}
a.plinks:hover {color:#0000FF; text-decoration:underline;font-size: 11px;}
a.plinks:active {color:#0000FF; text-decoration:underline;font-size: 11px;}

/* bcrumb is for the breadcrumbs near the top of each page and they are used
for linking back to where you came from, such as Home > Sponsor > Sponsor Form
   bcrumblast is for the last breadcrumb, which is always the current page
*/
a.bcrumb:visited {color:#000000; text-decoration:underline; font-weight:bold}
a.bcrumb:link {color:#000000; text-decoration:underline; font-weight:bold}
a.bcrumb:hover {color:#000000; text-decoration:underline; font-weight:bold}
a.bcrumb:active {color:#000000; text-decoration:underline; font-weight:bold}

.bcrumblast{font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; text-align:left; font-weight:bold}
                       
/* projects are the links on the Projects page */
a.projects:visited {color:#0000FF; text-decoration:none;font-size: 11px;}
a.projects:link {color:#0000FF; text-decoration:none;font-size: 11px;}
a.projects:hover {color:#0000FF; text-decoration:none;font-size: 11px;}
a.projects:active {color:#0000FF; text-decoration:none;font-size: 11px;}


-->