


/*
 COMMON TEXT ATTRIBUTES
*/

html {
	height: 100%;
	width: 100%;
}

BODY {
	font-Family: Verdana,arial,sans;
	font-Size: 11px;
	background-image:url(../images/bgTile.gif);
	background-repeat: repeat-x;
	background-color: #000000;
	text-decoration: none; 
	font-weight: normal;
	margin-bottom : 0;
	margin-left : 0;
	margin-right : 0;
	margin-top : 0;
	height: 100%;
	width: 100%;

}

div#flashcontent {
	height: 100%;
	width: 100%;
}

.rule {
	background-image:url(../images/rule_yellow.gif);
}

P {
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
	margin-top:0px;
	margin-bottom:8px;
}

p.date {
	font-weight:bold;
	color: #ffca08;
	padding-top:0px;
	margin-top:0px;
	margin-bottom:0px;
}

p.location {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	margin-top:0px;
	margin-bottom:0px;
}

p.by {
	color: #ffffff;
	font-style:italic;
	margin-top:0px;
	margin-bottom:14px;
}

p.label {
	color: #c1c1c1;
	margin-top:3px;
	margin-bottom:3px;
}

p.rules {
	color: #7f7f7f;
	margin-top:3px;
	margin-bottom:8px;
}

TABLE {
}

TD {
}



h1 {
    font-family: verdana, arial, sans;
	font-size: 16px;
	color: #000000;
	font-weight: bold;
}


h2 {
    font-family: verdana, arial, sans;
	font-size: 13px;
	color: #000000;
	font-weight: bold;
}

h3 {
    font-family: verdana, arial, sans;
	font-size: 13px;
	color: #000000;
	font-weight: bold;
}

.hr {
	background-image:url(../images/hr.gif);
	background-repeat:repeat-x;
	height:1px;		
}
.error_text {
	color:  red;
}

.form_labels {
	font-Family: Verdana,arial,sans;
	font-Size: 11px;
	color: #FFFFFF;
}










/**
 * navigation link classes
 */
a{
	color: #ffca08;
	text-decoration: underline
}

TD.navigation_level_1 {

}

A.navigation_level_1:LINK,
A.navigation_level_1:VISITED
 {
    color:#000000;
    font-weight:bold;
    text-decoration:none;
}

A.navigation_level_1:HOVER,
A.navigation_level_1:ACTIVE
 {
    color:#000000;
    font-weight:bold;
    text-decoration:none;
}

A.navigation_level_1_selected
 {
    color:#000000;
    font-weight:bold;
    text-decoration:none;
}



TD.navigation_level_2 {

}

A.navigation_level_2:LINK,
A.navigation_level_2:VISITED
 {
    color:#000000;
    font-weight:normal;
    text-decoration:none;
}

A.navigation_level_2:HOVER,
A.navigation_level_2:ACTIVE
 {
    color:#000000;
    font-weight:normal;
    text-decoration:none;
}

A.navigation_level_2_selected
 {
    color:#000000;
    font-weight:normal;
    text-decoration:none;
}




TD.navigation_level_3 {

}

A.navigation_level_3:LINK,
A.navigation_level_3:VISITED
 {
    color:#000000;
    font-weight:normal;
    text-decoration:none;
}

A.navigation_level_3:HOVER,
A.navigation_level_3:ACTIVE
 {
    color:#000000;
    font-weight:normal;
    text-decoration:none;
}

A.navigation_level_3_selected
 {
    color:#000000;
    font-weight:normal;
    text-decoration:none;
}





TD.navigation_level_4 {

}

A.navigation_level_4:LINK,
A.navigation_level_4:VISITED
 {
    color:#000000;
    font-weight:normal;
    text-decoration:none;
}

A.navigation_level_4:HOVER,
A.navigation_level_4:ACTIVE
 {
    color:#000000;
    font-weight:normal;
    text-decoration:none;
}

A.navigation_level_4_selected
 {
    color:#000000;
    font-weight:normal;
    text-decoration:none;
}


OL.alpha {list-style-type: upper-alpha;}
OL.decimal {list-style-type: decimal;}
OL {list-style-type: decimal;}



/** 
default header style for smartmail -
leave this in for scms editor compatibility,
may be changed in templates **/


.SmartMailHeader {
    margin-top:1px;
    margin-bottom:1px;
    font-size:12px;
    font-family:verdana, arial, helvetica, sans-serif;
    font-weight:bold;
}
