<style type="text/css">
<!--

/*  =============================
	universal site color palette
	===============================
	dkblue: #003366
	mdblue: #8099B2
	mlblue: #B2C2D1
	ltblue: #CCD6E0
	dkgrey: #CCCCCC
	ltgrey: #E6E6E6
	yellow: #FFCC00
	blood : #990000
	white : #FFFFFF
	green:	#00Af61
	bluegreen:	#00AE95
	
	
	blue:	#7F99C0
*/

/* ===============================
	redefined html styles (universal)
	=============================== */
	
body {
	margin: 0px 0px 0px 0px;
	}
	
a			{	text-decoration: none;	color: #00255D;	}
a:active	{	text-decoration: underline;	}
a:visited	{	text-decoration: underline;	}
a:link 		{	text-decoration: underline;	}
a:hover		{	text-decoration: underline;	color: #FFCC00;	}

h1	{		font-family:  arial, verdana;
			  font-weight: bold;
			  font-size: 14px;
			  color: #000000;	}

.bluecat-table-head	{	background-color:#7F99C0;	
						border:	0px solid black;
						padding-top: 0px;
						padding-right: 0px;
						padding-bottom: 0px;
						padding-left: 0px;
					}
.menu-top	{	color:	#DDE1FF;	
				font-weight: bold;	}
.cell-left	{	border-right:	#003366 1px dashed;	}
.div-special	{	font-family:  arial, verdana;
					font-weight: bold;
					font-style: italic; 
					font-size: 11px;
					padding-bottom:3px;
					border-left:	#003366 1px dashed;	
					border-right:	#003366 1px dashed;	
					border-bottom:  #003366 1px dashed;
					border-top:  #003366 1px dashed;
					border-color: red;
					padding-top: 5px;	
				}
.menu-left	{	font-family:	arial, verdana;
				font-size:	12px;		
				padding-top: 30px;
				padding-right: 20px;
				padding-bottom: 10px;
				padding-left: 30px;				}

.menu-left-indent	{	font-family:	arial, verdana;
						font-size:	14px;	
						font-weight: normal;
						color: #003366;
						padding-left: 25px;				}
.menu-left-bold	{	font-family:	arial, verdana;
					font-size:	14px;	
					font-weight: bold;
					color: #003366; 	
										}
										
.menu-bold-href {
	color: #003366; 
	font-weight: bold; 
	font-family:  arial,verdana;
	font-size: 14px;
	text-decoration: none;
	}
.menu-bold-href:active {
	text-decoration: none;
	}
.menu-bold-href:visited {
	color:	#003366;
	text-decoration: none;
	}
.menu-bold-href:hover {
	color: #FFCC00;
	text-decoration: none;
	}
.menu-bold-href:link {
	text-decoration: none;
}

.menu-left-href {
	color: #C0C0C0;
	font-weight: normal; 
	font-family:  arial,verdana;
	font-size: 14px;
	text-decoration: none;
	}
.menu-left-href:active {
	text-decoration: none;
	}
.menu-left-href:visited {
	color:	#C0C0C0;
	text-decoration: none;
	}
.menu-left-href:hover {
	color: #FFCC00;
	text-decoration: none;
	}
.menu-left-href:link {
	text-decoration: none;
}

.content	{
	font-family:  arial, verdana;
	font-weight: normal; 
	font-size: 12px;
	color: #000000;	
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 40px;	
	}
.content-special	{
	font-family:  arial, verdana;
	font-weight: normal; 
	font-size: 12px;
	color: #000000;	
	padding-top: 10px;
	padding-right: 40px;
	padding-bottom: 10px;
	padding-left: 40px;	
	}
.content-special-end	{
	font-family:  arial, verdana;
	font-weight: normal; 
	font-size: 12px;
	color: #000000;	
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 40px;	
	}
.para-portfolio	{
	font-family:  arial, verdana;
	font-weight: normal; 
	font-size: 12px;
	color: #000000;	
}
	
.para-contact	{
	font-family:  arial, verdana;
	font-weight: normal; 
	font-size: 12px;
	color: #000000;	
}
.para-head	{	font-family:  arial, verdana;
				font-weight: bold;
				font-size: 14px;
				color: #000000;	}
				
.para-intro	{	font-family:  arial, verdana;
				font-weight: bold;
				font-style: italic;
				font-size: 20px;
				color: #7F99C0;	
				padding-left: 40px;
				padding-top: 20px;
				}				
	
.portfol_lnk			{	text-decoration: none;	color: #003366;	}
.portfol_lnk:active	{	text-decoration: underline;	}
.portfol_lnk:visited	{	text-decoration: underline;	}
.portfol_lnk:link 		{	text-decoration: underline;	}
.portfol_lnk:hover		{	text-decoration: underline;	color: #FFCC00;	}

.portfol_name	{
	text-decoration: underline;
	color: #003366;	}

.txtbox	{
	font-family: Arial;
	font-size: 12px;
	color: #003366;
	border-top: #003366 1px solid;
	border-bottom: #003366 1px solid;
	border-right: #003366 1px solid;
	border-left: #003366 1px solid;
	width:	230px;
	background: #FFFFFF
	}

.btn_submit {  
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #003366;
	border-top: #003366 1px solid;
	border-bottom: #003366 1px solid;
	border-right: #003366 1px solid;
	border-left: #003366 1px solid;
	background: #DDE1FF
}

	
.para_text	{
	font-family:  verdana;
	background-color: #8596BE;
	font-weight: normal; 
	font-size: 12px;
	color: #000000;	
	}

.menu_href {
	color: #475D84; 
	font-weight: bold; 
	font-family:  arial;
	font-size: 12px;
	text-decoration: none;
	}
.menu_hrefStrip {
	text-decoration: none;
	color: #CCD6E0; 
	font-weight: bold; 
	font-family:  arial;
	font-size: 12px;
	}
.menu_href:active {
	text-decoration: none;
	}
.menu_href:visited {
	color:	#475D84;
	text-decoration: none;
	}
.menu_href:hover {
	color: #CC0000;
	text-decoration: none;
	}
.menu_href:link {
	text-decoration: none;
}

.line_green	{
	color:	#FFCC00;
	width:	300;
	text-align:	left;
	}
	
.main_table	{
	background-color:	#FFFFFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border:	0px solid black;
	border-bottom: 5px solid #00255D;
	}
	

.top_cellStrip	{
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 2px;
	background-color:  #003366;
	height:  10px;
	text-align: right;
	//vertical align: middle;
	}
	
.footer	{
	font-family:  arial, verdana;
	font-weight: normal; 
	font-size: 11px;
	color: #000000;	
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 40px;	
	}
</style>


