a:link
{
	font-family : sans-serif;
	font-size : 9pt;
	font-weight : bold;
	color : #696969;
	text-decoration : none;
}

a:visited
{
	font-family : sans-serif;
	font-size : 9pt;
	font-weight : bold;
	color : #696969;
	text-decoration : none;
}

a:hover
{
	font-family : sans-serif;
	font-size : 9pt;
	font-weight : bold;
	color : red;
	text-decoration : underline;	
}

a:active
{
	font-family : sans-serif;
	font-size : 9pt;
	font-weight : bold;
	color : #696969;
	text-decoration : none;
}
	
.tiny
{
	font-family : sans-serif;
	font-size : 8pt;
	font-weight : bold;
	color : #696969;
}

.small
{
	font-family : serif;
	font-size : 11pt;
	font-weight : normal;
	color : #000000;
}

.title
{
	font-family: sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #FF8C00;
}

.small_title
{
	font-family: sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #4682B4;
}

.product
{
	font-family: sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: Olive;
}

.product_dots
{
	font-family: sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: Olive;
	border-bottom : thin dotted Silver;
}

.product_title
{
	font-family: sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #DC143C;
	border-bottom: thin solid #4682B4;
}

.color_strip
{
	background-color : AliceBlue;
	border-bottom : thin dotted Silver;
	font-family : sans-serif;
	font-size : 10pt;
	color : #333399;
}

.nav_strip
{
	background-color : AliceBlue;
	border-bottom : thin dotted Silver;
	font-family : sans-serif;
	font-size : 11pt;
	font-weight : bold;
	color : #333399;
}

.page_stripe
{
	background-image: url(images/page_stripe_back_05.gif);
	background-position: 1px left;
	background-repeat: repeat-x;
	border-left: 3px solid #4682B4;
}

.top_back{
	background-image: url(images/top_fade_02.jpg);
	background-position: top;
	background-repeat: repeat-x;
}

.content_back1{
	background-image: url(images/content_back1.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;

}

.crab_back1{
	background-image: url(images/crab_back.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: scroll;
}

.border1 {
	border-bottom: thin solid #4682B4;
}
