@charset "utf-8";

* {
	margin:0px;
	padding:0px;
}

html {
	background-color:#1e1a4a;
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
}

body {
	background-color:#1e1a4a;
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	line-height:18px;
}

#content {
	padding:0 20px 0 20px;
}

h1 {
	font-size:24px;
	color:#388fad;
	margin-bottom:20px;
}


h2 {
	font-size:16px;
	color:#388fad;
	margin-bottom:15px;
	line-height:22px;
}

.colorgreen {
	color:#719d00;
}


ul {
	margin-left:15px;
}


.presenters {
font-weight:bold;
color:#007fab;
font-size:110%;
}
.presentersg {
font-weight:bold;
color:#1d6114;
font-size:110%;
}



p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	line-height:18px;
	margin-bottom:20px;
}

img {
	border:0px;
}


table.programtable td {
padding:3px;
}

.blue {
background-color:#d1edfc;
}

.green {
background-color:#c2deab;
}



.tdpad5 td {
	padding:5px;
}


.speakers h2 {
	margin-bottom:0px;
}




/*******************************************************************************
	CSS MOUSEOVER
*******************************************************************************/

a.calltoactionupfront {
	display: block;
    width: 285px;
    height: 110px;
    background: url("/images/eb-alum.png") 0 0 no-repeat;
    text-decoration: none;
}
 
a:hover.calltoactionupfront {
    background-position: -285px;
}

a.calltoactiondeferred {
	display: block;
    width: 285px;
    height: 135px;
    background: url("/images/eb-bundle.png") 0 0 no-repeat;
    text-decoration: none;
}
 
a:hover.calltoactiondeferred {
    background-position: -285px;
}

a.calltoactionsecure {
	display: block;
    width: 285px;
    height: 110px;
    background: url("/images/ce2-2.png") 0 0 no-repeat;
    text-decoration: none;
}
 
a:hover.calltoactionsecure {
    background-position: -285px;
}


a.calltoactionsecure1 {
	display: block;
    width: 285px;
    height: 110px;
    background: url("/images/ce2-3.png") 0 0 no-repeat;
    text-decoration: none;
}
 
a:hover.calltoactionsecure1 {
    background-position: -285px;
}






