a:link
{
	font-family : sans-serif;
	font-size : 8pt;
	font-weight : bold;
	color : #696969;
	text-decoration : none;
}

a:visited
{
	font-family : sans-serif;
	font-size : 8pt;
	font-weight : bold;
	color : #696969;
	text-decoration : none;
}

a:hover
{
	font-family : sans-serif;
	font-size : 8pt;
	font-weight : bold;
	color : Crimson;
	text-decoration : underline;	
}

a:active
{
	font-family : sans-serif;
	font-size : 8pt;
	font-weight : bold;
	color : #696969;
	text-decoration : none;
}
	
	
a.big:link
{
	font-family : sans-serif;
	font-size : 11pt;
	font-weight : bold;
	color : #696969;
	text-decoration : none;
}

a.big:visited
{
	font-family : sans-serif;
	font-size : 11pt;
	font-weight : bold;
	color : #696969;
	text-decoration : none;
}

a.big:hover
{
	font-family : sans-serif;
	font-size : 11pt;
	font-weight : bold;
	color : Crimson;
	text-decoration : underline;	
}

a.big:active
{
	font-family : sans-serif;
	font-size : 11pt;
	font-weight : bold;
	color : #696969;
	text-decoration : none;
}
	

.index_back
{
	background-image: url(images/index_back.jpg);
	background-position : top center;
	background-repeat : no-repeat;
}

.page_back
{
	background-image: url(images/page_back.jpg);
	background-position : 4px left;
	background-repeat : no-repeat;
}

.page_stripe
{
	xbackground-image: url(images/page_stripe_back_05.gif);
	background-position : 1px left;
	background-repeat : repeat-x;
	border-left : 3px solid #DC143C;
}

.strip_back
{
	background-image: url(images/big-stripe-back_03.gif);
	background-position : top center;
	background-repeat : repeat-x;
}

.mini_stripe
{
	background-image: url(images/mini-stripe_47.jpg);
	background-position : top center;
	background-repeat : repeat-x;
}


.tiny
{
	font-family : sans-serif;
	font-size : 8pt;
	font-weight : bold;
	color : #696969;
}

.tiny_black
{
	font-family : sans-serif;
	font-size : 8pt;
	font-weight : normal;
	color : #000000;
}
.tiny_black a
{
	font-size:12px;
	color:#003366;
	font-weight:normal;
}

.small
{
	font-family : sans-serif;
	font-size : 9pt;
	font-weight : normal;
	color : #5b5b5b;
}

.title
{
	font-family : sans-serif;
	font-size : 11pt;
	font-weight : bold;
	color : #696969;
}
.titlesm
{
	font-family : sans-serif;
	font-size : 8pt;
	font-weight : bold;
	color : #696969;
}
.title2
{
	font-family : sans-serif;
	font-size : 11pt;
	font-weight : bold;
	font-style: italic;
	color : #000000;
}

.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;
}

p
{
	font-family : sans-serif;
	font-size : 10pt;
	font-weight : normal;
	color : #003366;
}

ul
{
	font-family : sans-serif;
	font-size : 10pt;
	font-weight : normal;
	color : #003366;
}

h1
{
	font-family : sans-serif;
	font-size : 14pt;
	font-weight : bold;
	color : #003366;
}

p
{
	font-family : sans-serif;
	font-size : 10pt;
	font-weight : normal;
	color : #003366;
}

.page_text
{
	font-family : sans-serif;
	font-size : 10pt;
	font-weight : normal;
	color : #003366;
}

.page_corner
{
	background-image : url(images/page_corner.jpg);
	background-position : top left;
	background-attachment : fixed;
	background-repeat : no-repeat;
}

.big_blue
{
	font-family : sans-serif;
	font-size : 12pt;
	font-weight : bold;
	color : #003366;
}

.border 
{  
	border: 1px #696969 solid
}

.tour_border
{
	border: 4px solid #333399;
}

.tour_corner
{
	background-image : url(images/tour_corner.jpg);
	background-position : top left;
	background-attachment : fixed;
	background-repeat : no-repeat;
}
a.SomeClass {
	font-famliy:sans-serif; 
	color:#003366;
	font-size: 10pt;
	text-decoration: none;
	font-weight: normal;
}
a.SomeClass:hover {
	font-famliy:sans-serif; 
	color:#003366;
	font-size: 10pt;
	text-decoration: none;
	font-weight: normal;
}