@charset "utf-8";
/* CSS Document */

body
{
	font-family:"Trebuchet MS";
	font-size:14px;
}

a a:link, a:visited
{
color:#0000CC;
text-decoration:underline;
}

a:hover, a:active
{
color:#CC0000;
text-decoration:underline;
}


.boxTop {
	background-image: url(../images/whitebox_03.gif);
	background-repeat: repeat-x;
}
.boxBottom {

	background-image: url(../images/whitebox_15.gif);
	background-repeat: repeat-x;
}
.boxLeft {
	background-image: url(../images/whitebox_11.gif);
	background-repeat: repeat-y;
}
.boxRight {
	background-image: url(../images/whitebox_09.gif);
	background-repeat: repeat-y;
}
#content
{
	padding-left: 80px;
	padding-right: 80px;
	padding-top: 15px;
}
#copyright
{
font-size:10px;
color:#999999;
text-align:center;}

.red
{
color:#CC0000;}

.purple
{
color: #261b55;
}
.highlighter
{
background-color:#FFFF00;}

.assistantBox

{

border-top-width: 4px;

border-right-width: 4px;

border-bottom-width: 4px;

border-left-width: 4px;

border-top-style: solid;

border-right-style: solid;

border-bottom-style: solid;

border-left-style: solid;

border-top-color: #690e15;

border-right-color: #690e15;

border-bottom-color: #690e15;

border-left-color: #690e15;

}

.speakerSub
{
	color: #6e398c;
	border-bottom:#cbac2f solid 1px;
}