body
{
        scrollbar-face-color: #FFFFF0;
        scrollbar-shadow-color: #000000;
        scrollbar-highlight-color: #000000;
        scrollbar-3dlight-color: #EBECED;
        scrollbar-darkshadow-color: #EBECED;
        scrollbar-track-color: #FFFFF0;
        scrollbar-arrow-color: #0a0a0f;
        margin: 0px;
        padding: 0px;
}

img
{
	border-style: none;
	margin: 0px;
	padding: 0px;
}


.text {
	font-family: Tahoma;
	font-style: bold;
	font-size: 11px;
}

table {
	font-family: Tahoma;
		font-weight: normal;
	font-size: 12px;
}

h1
{
   	font-family: Arial Black;
   	font-size: 32px;
    text-align: center;
    margin: 0px;
    padding: 0px;
}

h2
{
   	font-family: Arial Black;
   	color: white;
   	text-align: center;
   	font-size: 27px;
    margin: 0px;
    padding: 0px;
}

h3
{
   	font-family:  Tahoma;
   	font-size: 18px;
    margin: 0px;
    padding: 0px;
}

img.Menuitem
{
margin: 0px;
border-style: none;
}

table.contactinfo
{
   border: 0px solid black;
   text-align: center;
}

table.contactinfo td
{
   border: 1px solid black;
}

table.contactinfo th
{
    background-color: #d0d0d5;
	border: 1px solid black;
}


p
{
    margin: 0px;
    padding: 0px;
    margin-bottom: 10px;
    margin-top: 5px;
    text-align: justify;

}

ul
{
    margin: 0px;
    padding: 0px;
    margin-bottom: 10px;
    margin-top: 5px;
    text-align: justify;

}

ol
{
    margin: 0px;
    padding: 0px;
    margin-bottom: 10px;
    margin-top: 5px;
    text-align: justify;

}

li
{
	margin-left: 15px;
}



.Create
{
        width: 75;
        height: 20;
        border: 1px solid black;
        background-color: #F6F6F6;

}

.Save
{
        width: 110;
        height: 20;
        border: 1px solid black;
        background-color: #F6F6F6;
        margin: 0px;
	    padding: 0px;

}


A.white:link
{
    color: #e5e5e5;
    text-decoration: none;
}

A.white:visited
{
    color: #e5e5e5;
    text-decoration: none;
}

A.white:active
{
	color: #e5e5e5;
    text-decoration: none;
}

A.white:hover
{
    color: white;
    text-decoration: none;
}

A.white1:link
{
    color: #d0d0f0;
    text-decoration: none;
}

A.white1:visited
{
    color: #d0d0f0;
    text-decoration: none;
}

A.white1:active
{
	color: #d0d0f0;
    text-decoration: none;
}

A.white1:hover
{
    color: white;
    text-decoration: none;
}

A.white2:link
{
    color: #c0c0f0;
    text-decoration: none;
}

A.white2:visited
{
    color: #c0c0f0;
    text-decoration: none;
}

A.white2:active
{
	color: #c0c0f0;
    text-decoration: none;
}

A.white2:hover
{
    color: white;
    text-decoration: none;
}





A.black:link
{
    color: #3a3a3a;
    text-decoration: none;
}

A.black:visited
{
    color: #3a3a3a;
    text-decoration: none;
}

A.black:active
{
	color: #3a3a3a;
    text-decoration: none;
}

A.black:hover
{
    color: black;
    text-decoration: none;
}




A.black_u:link
{
    color: #3a3a3a;
    text-decoration: underline;
}

A.black_u:visited
{
    color: #3a3a3a;
    text-decoration: underline;
}

A.black_u:active
{
	color: #3a3a3a;
    text-decoration: underline;
}

A.black_u:hover
{
    color: black;
    text-decoration: underline;
}


#lightbox
{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
}
#lightboxDetails
{
	font-size: 0.8em;
	padding-top: 0.4em;
}

#lightboxCaption{ float: left; }

#keyboardMsg{ float: right; }

#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;}

#overlay img{ border: none; }

#overlay{ background-image: url(images/overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(images/blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/overlay.png", sizingMethod="scale");
}


