﻿/*	Author		: ORB Media Inc.
	Date		: 2008.3
	Description	: controls the styles for all content regions
	Change		:
	Copyright	: ORB Media Inc.
	Compatibilty: firefox 3.0+, IE 7.0+
*/
.contentLink a
{
    color:#ffffff;
    text-decoration: underline;
}
.contentLink a:hover
{
    text-decoration: none;
}
.contentTable
{
    background-color:#ffffff;
}
a
{
    text-decoration: underline;
	color:#000;
	font-size:11px
}
a:hover
{
    text-decoration: none;
	font-size:11px
}
.textTop
{
    vertical-align: top;
}
.tab
{
    width: 15px;
}
h1
{
    font-family: Verdana, Arial, Georgia, Trebuchet-MS;
    font-size: 1.2em;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    font-weight: bold;
    text-align: left;
}
h2
{
    font-family: Verdana, Arial, Georgia, Trebuchet-MS;
    font-size: 1.1em;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    font-weight: bold;
    text-align: left;
}
h3
{
    font-family: Verdana, Arial, Georgia, Trebuchet-MS;
    font-size: 1.0em;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    font-weight: bold;
    text-align: left;
}
.eventHeading  {
    height:10px;
    border-bottom:#000 1px solid;
    font-weight:bold;
}
p
{
    font-family: Verdana, Arial, Georgia, Trebuchet-MS;
    margin: 0 0 10px;
    padding: 5px 0px 5px 0px;
    text-align: justify;
	font-size:13px;
}
p.left
{
    font-family: Verdana, Arial, Georgia, Trebuchet-MS;
    text-align:left;
    margin: 0px 0px 0px 0px;
    padding: 5px 0px 5px 0px;
	font-size:11px
}
p.right
{
    font-family: Verdana, Arial, Georgia, Trebuchet-MS;
    text-align:right;
    margin: 0px 0px 0px 0px;
    padding: 5px 0px 5px 0px;
	font-size:11px
}
p.noPad
{
    font-family: Verdana, Arial, Georgia, Trebuchet-MS;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
	font-size:11px
}
.quote
{
    font-style:italic;
    padding: 0px 0px 0px 10px;
    text-align: right;
}
.fullWidth
{
    width: 100%;
}
li
{
    font-family: Verdana, Arial, Georgia, Trebuchet-MS;
    margin: 0px 0px 0px 0px;
    padding: 1px 0px 1px 0px;
}
.textCenter {
    text-align:center;
}
.nowrap
{
    white-space: nowrap;
}
.roundCorner
{
    display: block;
}
.roundCorner *
{
    display: block;
    height: 1px;
    overflow: hidden;
    font-size: .01em;
    background: #DEDCDC;
}
.roundCorner1
{
    margin-left: 3px;
    margin-right: 3px;
    padding-left: 1px;
    padding-right: 1px;
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    background: #DEDCDC;
}
.roundCorner2
{
    margin-left: 1px;
    margin-right: 1px;
    padding-right: 1px;
    padding-left: 1px;
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    background: #DEDCDC;
}
.roundCorner3
{
    margin-left: 1px;
    margin-right: 1px;
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
}
.roundCorner4
{
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
}
.roundCorner5
{
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
}
.roundCornerfg
{
    background: #DEDCDC;
    padding: 0px 2px 0px 2px;
    white-space:nowrap;
	color:#000;
}
.roundCornerfgHeading
{
    background: #DEDCDC;
    padding: 0px 2px 0px 2px;
    font-weight:bold;
    white-space:nowrap;
    text-align:center;
	color:#000;
	font-size:15px;
}
.picGalleryTable
{
    text-align: center;
    margin: 2px 2px 2px 2px;
    padding: 0px;
    width: 100%;
}