/*The following sytles are pre-defining html tags (body, input, select, and others)*/
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif; font-weight:normal;	font-size: 12px;	color: black;
}
html {font-family: Arial, Helvetica, sans-serif;	font-size: 12px;color: black;}
.Bold {font-weight:bold;}
.DoubleLine{ line-height:2;}
.LetterSpace{ letter-spacing:1.5;}
A {font-weight: normal;}
A:hover {font-weight: normal;color:#324987;}
label{cursor:pointer;}
table {font-family: Arial, Helvetica, sans-serif;font-size:12px; color: black;}

/*Control definitions */
.button
{
	cursor: pointer;
	border: black 1px solid;
	background-color: gray;
	color:White;
	font-size:10px;
	font-family: Arial;
	border-collapse:collapse;
}
.buttonhover{cursor:hand; background-color:#ffffff; }
.Controls10PtBold {	cursor:hand;padding-left:3px;border-top-width: 0px;	border-right-width: 0px;	border-bottom-width: 1px;	border-left-width: 3px;	border-top-style: none;	border-right-style: none;	border-bottom-style: solid;	border-left-style: solid;	border-bottom-color: #7A013E;	border-left-color: #7A013E;	text-indent: 2px;	font-family: Arial, Helvetica, sans-serif;	font-size: 12px; font-weight: bold;	color: #7A013E;text-decoration: none; 	background-color: #F9D3E5;}
.Controls10PtNormal {cursor:hand;padding-left:3px; border-top-width: 0px;	border-right-width: 0px;	border-bottom-width: 1px;	border-left-width: 3px;	border-top-style: none;	border-right-style: none;	border-bottom-style: solid;	border-left-style: solid;	border-bottom-color: #7A013E;	border-left-color: #7A013E;	text-indent: 2px;	font-family: Arial, Helvetica, sans-serif;	font-size: 12px; font-weight: normal; color: #7A013E;text-decoration: none; 	background-color: #F9D3E5;}

.Text8PtNormal {font-family: Arial, Helvetica, sans-serif;	font-size: 10px;	font-weight: normal;	color: black;	text-decoration: none;}
.Text8PtNormal a:link {font-family: Arial, Helvetica, sans-serif;	font-size: 10px;	font-weight: normal;	color: black;	text-decoration: underline;}
.Text8PtNormal a:visited {font-family: Arial, Helvetica, sans-serif;	font-size:10px;	font-weight: normal;	color: black;	text-decoration: underline;}
.Text8PtNormal a:hover {font-family: Arial, Helvetica, sans-serif;	font-size: 10px;	font-weight: bold;	color: black;	text-decoration: underline;}
.Text10PtNormal {font-family: Arial, Helvetica, sans-serif;	font-size: 12px;	font-weight: normal;	color: black;	text-decoration: none;}
.Text10PtNormal a:link {font-family: Arial, Helvetica, sans-serif;	font-size: 12px;	font-weight: normal;	color: black;	text-decoration: underline;}
.Text10PtNormal a:visited {font-family: Arial, Helvetica, sans-serif;	font-size: 12px;	font-weight: normal;	color: black;	text-decoration: underline;}
.Text10PtNormal a:hover {font-family: Arial, Helvetica, sans-serif;	font-size: 12px;	font-weight: bold;	color: black;	text-decoration: underline;}

.TextNormal {font-family: Arial, Helvetica, sans-serif;	color: black;}
.TextNormal a:link {font-family: Arial, Helvetica, sans-serif;font-weight: bold;color: black;	text-decoration: underline;}
.TextNormal a:visited {font-family: Arial, Helvetica, sans-serif;font-weight: normal;	color: black;	text-decoration: underline;}
.TextNormal a:hover {font-family: Arial, Helvetica, sans-serif;	font-weight: bold;	color: black;	text-decoration: underline;}

.Text10PtBold {	font-family: Arial, Helvetica, sans-serif;	font-size: 12px;	font-weight: bold;	color: black;	text-decoration: none;}
.Text8PtBold {	font-family: Arial, Helvetica, sans-serif;	font-size: 10px;	font-weight: bolder;	color: black;	text-decoration: none;}

.UGText10PtNormal {	font-family: Georgia, Times New Roman, Times, Serif;	font-size: 12px;	font-weight: normal;	color: black;	text-decoration: none;}
.UGText10PtBold {	font-family: Georgia, Times New Roman, Times, Serif;	font-size: 12px;	font-weight: bold;	color: black;	text-decoration: none;}
.White {color:White;}

.assetalignleft   {margin: 0px 15px 15px 0px;}  /*top, right, bottom, left*/
.assetalignright  	{margin: 0px 0px 15px 15px;}
.assetaligncenter {text-align:center; width:100%;}
.slidealignleft   {margin: 0px 0px 5px 0px;}  /*top, right, bottom, left*/
.slidealignright  	{margin: 0px 0px 5px 5px;}

.menuitem {text-align: left; font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; color: #ffffff; text-align: left; cursor:pointer;}
.Link {font-family: Arial, Helvetica, sans-serif;font-size: 12px; text-decoration: none ;font-weight: normal; color: black;cursor:pointer;}
.Link a:link {font-size: 12px; text-align: left;  color: black;}
.Link a:visited {text-align: left;  color: black; }
.Link a:hover {text-align: left;  color: #8b879c; text-decoration: underline;}
.Link a:active {text-align: left;  color: black;}


.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 16px;
}



/* Pre-defined */
#content { 
	width: 942px;
	margin:30 30 0 30;
	}
#footer_spacing{
	margin:10 30 10 30;
}
#background_color{
	background-color:#EEEEEE;
	}
#nav_bar{
	background-color:#648AB7;
	height:45px;
	padding-left:44px;
	}
#gallery{
	background-image:url(images/nav/gallery.gif);
	background-repeat:no-repeat;
	}
#body_spacer1{
	width:44;
	height:25;
	}
#body_spacer2{
	width:30;
	height:25;
	}	
#body_spacer3{
	width:20;
	height:20;
	}		
#body_spacer4{
	width:3px;
	height:3px;
	}				
	
#thumb_spacer{
	margin-right:15px;
	margin-bottom:15px;
	}
		
#bottom_pad{
	margin-top:0px;
	margin-bottom:	20px;
	}
		
#teaser{
	margin-top:0px;
	margin-bottom:	15px;
	}
#input_box{
	border:1 solid #404040;
	width: 100px;
	height: 20px;
	margin:4 15 4 10;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	}	
	
	
.quote {
	font: 12px/17px Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	color:#444444;
	}	
.quote_name {
	font: 11px/11px Georgia, "Times New Roman", Times, serif;
	font-variant:small-caps;
	letter-spacing: 2px;
	color:#444444;
	}		
	
	

.footer {
	font: 9px/13px Arial, Helvetica, sans-serif; 	
	color: #000000;
	}
a.footer:link {
	color: #000000;
	}
a.footer:visited {
	color: #000000;
	}
a.footer:hover, a.footer_text:active {
	color: #AAAAAA;
	}	

.teaser_subhead {
	font: 11px/14px Arial, Helvetica, sans-serif; 	
	font-weight:bold; 	
	color: #5B6D9F;
	}
.teaser_text {
	font: 11px/14px Arial, Helvetica, sans-serif;
	color: #404040;
	}	

.more_arrow {
	font: 11px Arial, Helvetica, sans-serif; 	
	color:#B3D3E8;
	text-decoration:none;
	}
a.more_arrow:link {
	color: #B3D3E8;
	text-decoration:none;	
	}
a.more_arrow:visited {
	color: #B3D3E8;
	text-decoration:none;
	}
a.more_arrow:hover, a.footer_text:active {
	color: #5B6D9F;
	text-decoration:none;
	}		
		

