/*
	'//////////////////////////////////////
	'// FILE: /include/css/mainStyles.css
	'// DESC: Main stylesheet for website.
	'// REV#: $Revision$
	'// DATE: $Date$
	'// AUTH: $Author$
	'//////////////////////////////////////

    This is the stylesheet for the MAIN Sesame Site.
*/

/* Generic for all pages */
P { 
	font-family: Arial, Helvetica, sans-serif; font-size: 11pt; color: #000000; font-weight: normal; 
}
BLOCKQUOTE { 
	font-family: Arial, Helvetica, sans-serif; font-size: 11pt; color: #000000; font-weight: normal; 
}
A {
	font-family: Arial, Helvetica, sans-serif; font-size: 11pt; color: #000066; font-weight: bold;
}
DIV { 
	font-family: Arial, Helvetica, sans-serif; font-size: 11pt; color: #000000; font-weight: normal;
}
TD { 
	font-family: Arial, Helvetica, sans-serif; font-size: 11pt; color: #000000; font-weight: normal;
}
B { 
	font-family: Arial, Helvetica, sans-serif; font-size: 11pt; color: #000000; font-weight: bold; 
}

LI {
	font-family: Arial, Helvetica, sans-serif; font-size: 11pt; color: #000000; font-weight: normal;
}
UL {
	font-family: Arial, Helvetica, sans-serif; font-size: 11pt; color: #000000; font-weight: normal;
}
H2 {
	font-family: Arial, Helvetica, sans-serif; font-size: 14pt; color: #000000; font-weight: bold;
}

/* These only work in IE and later versions of Netscape (after 4.5 and maybe 4.5) */
A:link { color: #000066; }
/*A:visited { color: #000066; }*/
A:hover { color: #CC0000; text-decoration: underline; }

/* Classes */
.logo {
        font-family: Arial, Helvetica, sans-serif; font-size: 16pt; color: #000066; font-weight: bold; text-align: center
}

.subnav {
	font-family: Arial, Helvetica, sans-serif; font-size: 10pt; color: #000066; font-weight: bold; text-decoration: none;
}

.red {
	color: #CC0000;
}
.white {
	color: #FFFFFF;
}
.small {
	font-family: Arial, Helvetica, sans-serif; font-size: 9pt; font-weight: normal;
}
.smallBold {
	font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold;
}
.footer { 
	font-family: Arial, Helvetica, sans-serif; font-size: 9pt; font-weight: normal; text-decoration: underline;
}
.headline { 
	font-family: Arial, Helvetica, sans-serif; font-size: 14pt; color: #006699; font-weight: bold; 
}

.smallWhite { 
	font-family: Arial, Helvetica, sans-serif; font-size: 9pt; color: #FFFFFF; font-weight: normal;
}
TD.indent { 
	font-family: arial, helvetica, sans-serif; 
	font-size: 13px;
	padding-left: 20px;
}
.standout {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 13pt; 
	font-style: normal; 
	font-weight: bold; 
	font-variant: normal; 
	color: #006699; 
	text-transform: uppercase;
}
/* MediaKit */
.pad {  
	padding-right: 5px; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px;
	font-weight: normal;
}
.notsosmall { 
	font-family: arial, helvetica, sans-serif; 
	font-size: 12px; 
	padding-right: 5px;
}
.darkGrey { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #666666;
}
.lightGrey { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 13px; color: #999999; 
	padding-right: 5px;
}
.blueLink { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 13px; 
	color: #006699;
}
.green {
	color: #009999;
	font-size: 16px;
	font-weight: bold;
}

/* For Web Pop, Campaign P5 */

.WebPop {
	padding-top: 2px; 
	padding-bottom: 2px; 
	padding-left: 2px; 
	padding-right: 2px; 
	background-color: #EFEFEF; 
	font-size: 13px; 
	border-top: 1px solid; 
	border-bottom: 1px solid; 
	border-color: #000000; 
	border-left: 1px solid #000000; 
	border-right: 1px solid #000000;
	color: #CC0000;
	font-weight: bold;
}

.greyBox {
     border-top: 1px groove; 
     border-right: 1px groove; 
     border-left: 1px groove; 
     border-bottom: 1px groove; 
     border-color: #000000;
     background-color: #EFEFEF;
}

.whiteBox {
     border-top: 1px groove; 
     border-right: 1px groove; 
     border-left: 1px groove; 
     border-bottom: 1px groove; 
     border-color: #000066;
     background-color: #FFFFFF;
}


.bigWhite { 
	font-family: arial, helvetica, sans-serif; 
	font-size: 13px; ; 
	color: #FFFFFF; 
	font-weight: bold; 
	/*text-transform: uppercase;*/
}
