/*Base Classes*/

body {
 background-color:#E2E2E2;
 padding: 0;
 margin: 0;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 10px;
 color: #000;
 line-height: 15px;
}
img {
 border-style: none;
    border-color: inherit;
    border-width: 0;
    margin-left: 0px;
} 
a:link {
    color: #f68500;
}
a:visited {
    color: #f68500;
}
a:hover {
    color: #000;
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 20px;
	font-weight: bold;
	color: #000000;
}

/*Standard Text Classes*/

.body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	line-height: 15px;
}
.body a:link {
    color: #f68500;
}
.body a:visited {
    color: #f68500;
}
.body a:hover {
    color: #000;
    text-decoration: none;
}
.bodybold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	line-height: 15px;
	font-weight: bold;
}
.header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	font-weight: bold;
	color: #000000;
}
.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 20px;
	font-weight: bold;
	color: #000000;
}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	line-height: 15px;
}
.footer a:link {
    color: #000;
    text-decoration: none;
}
.footer a:visited {
    color: #000;
    text-decoration: none;
}
.footer a:hover {
    color: #f68500;
    text-decoration: none;
}
.camptitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 20px;
	color: #FFFFFF;
}

/*Colored Standard Classes*/

.bodywhite {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	line-height: 15px;
}
.bodywhite a:link {
    color: #f68500;
}
.bodywhite a:visited {
    color: #f68500;
}
.bodywhite a:hover {
    color: #fff;
    text-decoration: none;
}
.bodygrey
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #C0C0C0;
    line-height: 15px;
}
.bodygrey a:link {
    color: #c0c0c0;
    text-decoration: none;
}
.bodygrey a:visited {
    color: #c0c0c0;
    text-decoration: none;
}
.bodygrey a:hover {
    color: #f68500;
    text-decoration: none;
}
.bodyorange
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #f68500;
    line-height: 15px;
}
.headerwhite {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 15px;
}
.titlewhite {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 20px;
	font-weight: bold;
	color: #FFFFFF;
}
.titleorange {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 20px;
	font-weight: bold;
	color: #f68500;
}
.footerWhite {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff;
	line-height: 15px;
}
.footerWhite a:link {
    color: #fff;
}
.footerWhite a:visited {
    color: #fff;
}
.footerWhite a:hover {
    color: #f68500;
    text-decoration: none;
}

/*Object Classes*/

.input {
    height: 15px;
    border: solid 1px #666;
}
.popcornContentPosition
{
    padding: 40px 0 40px 40px;
    width: 675px;
    overflow: auto;
}
.toDo
{
    background-color: Yellow;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #000;
    line-height: 15px;
    font-weight: bold;
    margin:15px 0 15px 0;
    text-align: center;    
}

/*Module Classes*/

.itemList 
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #000;
    line-height: 15px;
    font-weight: bold;
}
.itemList a:link
{
    color: #f68500;
    font-weight: normal;
}
.itemList a:hover
{
    color: #000;
    text-decoration: none;
    font-weight: normal;
}
.itemList a:visited
{
    color: #f68500;
    font-weight: normal;
}