p,table,td,tr,ul
{font-size:9pt; font-family : Arial;}

A
{font-size:9pt; color:#000099; text-decoration:none;}
A:Hover
{font-size:9pt; color:#0000CC; text-decoration:underline;}

.menu
{font-size:9pt; color:#F6E9C0; font-weight:bold; text-decoration:none;}
.menu:Hover
{font-size:9pt; font-weight:bold; color:#FFCC33;}

.m1
{font-size:9pt; color:#800000; font-weight:bold; text-decoration:none;}
.m1:Hover
{font-size:9pt; font-weight:bold; color:#960000; text-decoration:underline;}

.m2 
{font-size:10pt; color:#931C1F; font-weight:bold; font-style:italic; font-family : Arial;  text-decoration:none;}
.m2:Hover
{font-size:10pt; color:#931C1F; font-weight:bold; font-style:italic; font-family : Arial; text-decoration:underline;}

.menu2
{font-size:9pt; color:#E2ECF9; font-weight : bold;}
.menu2:Hover
{font-size:9pt; color:#F8D233; font-weight:bold;}

.v1 
{font-size:11pt; color:#000000; font-family : Arial;}

.v2
{font-size:11pt; color:#000099; text-decoration:none; font-family : Arial;}
.v2:Hover
{font-size:11pt; color:#0000CC; text-decoration:underline; font-family : Arial;}

h1 
{font-size:14pt; color:#931C1F; font-weight:bold; font-family : Arial;}

h2 
{font-size:11pt; color:#931C1F; font-weight:bold; font-family : Arial;}

h3 
{font-size:10pt; color:#931C1F; font-weight:bold; font-family : Arial;}

h4 
{font-size:8pt; color:#931C1F; font-style:italic; font-family : Arial;}

.large{font-size:13pt; color:#931C1F; font-weight:bold; font-family : Arial;}

h5 
{font-size:8pt; color:#000000; font-style:italic; font-family : Arial;}

h6 
{font-size:13pt; color:#000000; font-style:italic; font-family : Arial;}

.button 
{font-size:10pt; color:#931C1F; font-weight:bold; font-style:italic; font-family : Arial;}

.floatbox {
float: left;
width: 100px;
height: 25px;
margin-right: 1em;
padding: 0 1em;
background: #fff;
border: 3px dashed #666666;
}

#thumbs { padding-top: 10px; overflow: hidden; }
#thumbs img, #largeImage {
    border: 1px solid gray;
    padding: 4px;
    background-color: white;
    cursor: pointer;
}
#thumbs img {
    float: center;
    margin-right: 6px;
}
#description {
    background: 800000;
    color: white;
    position: absolute;
    bottom: 0;
    padding: 10px 10px;
    width: 750px;
    margin: 5px;
    float: center;
}
#panel { position: relative; }

 /* fix for scroll bars on webkit & Mac OS X Lion */ 
			::-webkit-scrollbar {
				background-color: rgba(0,0,0,0.5);
				width: 0.75em;
			}
			::-webkit-scrollbar-thumb {
    			background-color:  rgba(255,255,255,0.5);
			}