/* Global */





.text {
	color : #000000;
	font-size : 12px;
	font-style : normal;
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-weight : normal;
	text-decoration : none;
}

div.headerRed {
	color : #ffffff;
	font-size : 14px;
	font-style : normal;
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-weight : bold;
	background-color: #d50404;
	padding: 6px;
	
}
	

a.text {
	color : #0a68f6;
	font-size : 12px;
	font-style : normal;
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-weight : normal;
	text-decoration : underline;
}

a.text:hover {
	color : #f05122;
	font-size : 12px;
	font-style : normal;
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-weight : normal;
	text-decoration : underline;
}


.textSmall {
	color : #000000;
	font-size : 10px;
	font-style : normal;
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-weight : normal;
	text-decoration : none;
}

.header {
	color : #f05122;
	font-size : 16px;
	font-style : normal;
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-weight : bold;
	text-decoration : none;
}

.headerWhite {
	color : #ffffff;
	font-size : 16px;
	font-style : normal;
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-weight : bold;
	text-decoration : none;
}

.subHeader {
	color : #f4793b;
	font-size : 14px;
	font-style : normal;
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-weight : bold;
	text-decoration : none;
}





.footer {
	color : #FFFFFF;
	font-size : 11px;
	font-style : normal;
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-weight : normal;
	text-decoration : none;
}

a.footer {
	color : #FFFFFF;
	font-size : 11px;
	font-style : normal;
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-weight : normal;
	text-decoration : underline;
}

a.footer:hover {
	color : #000000;
	font-size : 11px;
	font-style : normal;
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-weight : normal;
	text-decoration : underline;
}

td.tableHeader {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-style: normal;
	color: #ffffff;
	font-weight:bold;
	background-color: #2c74b8;
	padding: 5px 5px 5px 8px;
	
}	

td.tableHeaderSmall {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-style: normal;
	color: #464645;
	font-weight:bold;
	background-color: #ffb10b;
	padding: 5px 5px 5px 8px;
	
}

td.tableSubheader {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-style: normal;
	color: #454544;
	font-weight:bold;
	background-color: #cccccc;
	padding: 5px 5px 5px 8px;
	
}	

td.tableTextWhite {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-style: normal;
	color: #454544;
	padding: 5px 5px 5px 8px;
	background-color:#FFFFFF;
	border-bottom:#cccccc solid 1px;	
}

td.tableText {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-style: normal;
	color: #454544;
	padding: 4px 4px 4px 8px;
	border-bottom:#cccccc solid 1px;
	background-color: #c7def6;	
}

td.tableTextYellow {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-style: normal;
	color: #454544;
	padding: 4px 4px 4px 8px;
	border-bottom:#cccccc solid 1px;
	background-color: #fdeead;	
}

a.tableText {
	color : #0a68f6;
	font-size : 11px;
	font-style : normal;
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-weight : normal;
	text-decoration : underline;
}

a.tableText:hover {
	color : #f05122;
	font-size : 11px;
	font-style : normal;
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-weight : normal;
	text-decoration : underline;
}

div.speaker {
	background: #ffffff;
	float:right;
	padding: 4px;
	margin:0px 0px 5px 15px;
	border: solid 1px #333333;
}

div.homeKeynoteContainer {
	float:left;
	display:block;
	height:180px;
	padding: 15px 0px 15px 15px;
	margin:5px 20px 10px 0px;
	border: solid 1px #666666;
}
div.homeKeynote {
	display:inline;
	float:left;
	background: #ffffff;
	padding: 10px;
	margin: 0px 15px 15px 0px;
	width:80px;
	border: solid 1px #666666;
}