
body {
	margin: 0 auto;
	padding: 0;
	text-align: center;
}
.header p {
	color: #708090;
	font-size: 10px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.header a:link {
	text-decoration: underline;
	color: #999900;
	font-size: 10px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.header a:hover {
	text-decoration: underline;
	color: #999900;
	font-size: 10px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.header a:visited {
	text-decoration: underline;
	color: #999900;
	font-size: 10px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.header a:active {
	text-decoration: underline;
	color: #999900;
	font-size: 10px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.nav:link {
	text-decoration: none;
	color: #999900;
	font-size: 11px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.nav:hover {
	text-decoration: none;
	color: #999900;
	font-size: 11px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.nav:visited {
	text-decoration: none;
	color: #999900;
	font-size: 11px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.nav:active {
	text-decoration: none;
	color: #999900;
	font-size: 11px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.footer {
	color: #999999;
	font-size: 11px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.footer a:link {
	color: #0000ff;
	text-decoration: none;
	font-size: 11px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.footer a:hover {
	color: #0000ff;
	text-decoration: none;
	font-size: 11px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.footer a:visited {
	color: #0000ff;
	text-decoration: none;
	font-size: 11px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.footer a:active {
	color: #0000ff;
	text-decoration: none;
	font-size: 11px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}

p {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-style : normal;
	color : #000000;
	font-size : 10pt;
}
.small {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-style : normal;
	color : #003333;
	font-size: 8pt;
} 
.smallwhite {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-style : normal;
	color : #ffffff;
	font-size: 8pt;
} 
h1  {
	font-size : 12pt;
	font-family :  Verdana, Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-style : normal;
	color : #003333;
}
.link {
	font-size : 8pt;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : normal;
	color : #999999;
}
a  {
	color : #999900;
	text-decoration: none;
} 
a:Visited {
	color : #999900;
}
a:Hover  {
color : #003333;
}
a:active  {
color: #660099;
}
a:focus  {
color: #708090;
}



.name {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-style : normal;
	color : #003333;
	font-size : 10pt;
}

.namewhite {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-style : normal;
	color : #ffffff;
	font-size : 10pt;
}

.namewhite a {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-style : normal;
	color : #ffffff;
	font-size : 10pt;
	text-decoration: underline;
}

.namewhite a:hover {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-style : normal;
	color : #ffffff;
	font-size : 10pt;
	text-decoration: underline;
}


#control {
	width: 38px;
	border: 1px solid #ccc;
	margin: 0;
	padding: 0 0 5px;
	background: #fff;
}

#control ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 4px;
	color: #000;
}
#control li {
	display: block;
	padding: 7px 0 0;
	margin: 0;
}
#control li a {
	width: 38px;
	height: 28px;
	display: block;
}
li#larger a:link, li#larger a:visited {
	display: block;
	background: transparent url(../images/toolbar/icon_larger.gif) no-repeat center top;
	text-indent: -5000px;
	color: #000;
	text-decoration: none;
}
li#larger a:hover {
	color: #000;
	text-decoration: none;
	background: transparent url(../images/toolbar/icon_larger_over.gif) no-repeat center top;
}
li#smaller a:link, li#smaller a:visited {
	display: block;
	background: transparent url(../images/toolbar/icon_smaller.gif) no-repeat center top;
	text-indent: -5000px;
	color: #000;
	text-decoration: none;
}
li#smaller a:hover {
	color: #000;
	text-decoration: none;
	background: transparent url(../images/toolbar/icon_smaller_over.gif) no-repeat center top;
}
li#frame a:link, li#frame a:visited {
	display: block;
	background: transparent url(../images/toolbar/icon_frame.gif) no-repeat center top;
	text-indent: -5000px;
	color: #000;
	text-decoration: none;
}
li#frame a:hover {
	color: #000;
	text-decoration: none;
	background: transparent url(../images/toolbar/icon_frame_over.gif) no-repeat center top;
}
li#detail a:link, li#detail a:visited {
	display: block;
	background: transparent url(../images/toolbar/icon_detail.gif) no-repeat center top;
	text-indent: -5000px;
	color: #000;
	text-decoration: none;
}
li#detail a:hover {
	color: #000;
	text-decoration: none;
	background: transparent url(../images/toolbar/icon_detail_over.gif) no-repeat center top;
}
li#gallery a:link, li#gallery a:visited {
	display: block;
	background: transparent url(../images/toolbar/icon_gallery.gif) no-repeat center top;
	text-indent: -5000px;
	color: #000;
	text-decoration: none;
}
li#gallery a:hover {
	color: #000;
	text-decoration: none;
	background: transparent url(../images/toolbar/icon_gallery_over.gif) no-repeat center top;
}