table, td {
	color: #000000;
	font-family: Arial, serif;
	font-size: 9pt;
	font-weight: normal;
	background-color: #CECFFF;
}

table.white, td.white, th.white {
	font-family: Arial, serif;
	font-size: 9pt;
	font-weight: normal;
	background-color: white;
}

table.gray, td.gray, th.gray {
	font-family: Arial, serif;
	font-size: 9pt;
	font-weight: normal;
	background-color: #EBEBEB;
}

form {
	margin: 0px;
	color: #000000;
	font-family: Arial, serif;
	font-size: 9pt;
}

input {
	margin: 0px;
	color: #000000;
	font-family: Arial, serif;
	font-size: 9pt;
}

textarea {
	margin: 0px;
	color: #000000;
	font-family: Arial, serif;
	font-size: 9pt;
}


select {
	margin: 0px;
	color: #000000;
	font-family: Arial, serif;
	font-size: 9pt;
}

.alert {
	color: #FF0000;
	font-family: Arial, serif;
	font-size: 12pt;
}

.notice {
	color: #ff0000;
	font-family: arial, serif;
	font-size: 9pt;
}

.tiny {
	font-size: 7pt;
}

.tiny_blue { 
	font-size: 7pt; 
	text-decoration:none; 
	margin:5px 0px;  
}

a.tiny_blue:link { 
	color: Blue; 
}

a.tiny_blue:visited { 
	color: Blue; 
}

a.tiny_blue:active { 
	color: Blue; 
	text-decoration:underline;
}

a.tiny_blue:hover{ 
	color: Blue; 
	text-decoration:underline;
}

a:link {
	color: blue;
}

a:visited {
	color: blue;
}

a:active {
	color: blue;
}

a:hover {
	color: #6F90DF;
}

a.plain:hover {
	color: blue;
}

#video {
	position: fixed;
    right: 0;
    top: 70px;
	/*width: 120px;*/
    margin: -2.5em 0 0 0;
    z-index: 5;
    background: #A9D454;
    background: hsla(80, 90%, 40%, 0.7);
    color: #000000;
    font-family: Arial, serif;
	font-size: 9pt;
	font-weight: normal;
    text-align: left;
    border: #A9D454;
    border: solid hsla(80, 90%, 40%, 0.5);
    border-right: none;
    padding: 5px 5px 5px 10px;
    box-shadow: 0 1px 3px black;
    -webkit-box-shadow: 0 1px 3px black;
    -moz-box-shadow: 0 1px 3px black;
    border-radius: 3em 0.5em 0.5em 3em;
    -webkit-border-radius: 3em 0.5em 0.5em 3em;
    -moz-border-radius: 3em 0.5em 0.5em 3em;
}
#header {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:28px;
	z-index:1;
	background:#CECFFF;
	color: #000000;
	font-family: Arial, serif;
	font-size: 9pt;
	font-weight: normal;
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
	-moz-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
	box-shadow: 0px 0px 10px rgba(0,0,0,.8);
	line-height:25px;
}
#content {
	margin:32px 0px 0px 0px;
}

.highlight {
	width: 800px;
	padding: 10px;
	background:#FFF;
	color: #000000;
	font-family: Arial, serif;
	font-size: 10pt;
	font-weight: normal;
}
