/******* hyperlink and anchor tag styles *******/
a:link, a:visited{
	color: #005FA9;
	text-decoration: none;
}

a:hover{
	text-decoration: none;
}

body {
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	background-color: #C3C4C8;
}

a.reg-headline:link {
	color: #02335C;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

a.reg-headline:visited {
	color: #02335C;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

a.reg-headline:hover {
	color: #046AC0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

.CPcontainer{
	background-color: #FFFFFF;
	border-left: 1px solid #656565;
	border-right: 1px solid #656565;
}

.CPtopBanner{
	background-color: #FFFFFF;
	height: 106px;
	width: 100%;
	border-bottom: 8px solid #640900;
}

.CPfooter {
	padding-top: 15px;
	padding-bottom: 15px;
	color: #02335C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-align: center; 
}

.CPfooter a:link, .CPfooter a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.CPfooter a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.CPinputbox {
	background-color: #EDEDED;
	border: inset 1px #999999;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url();
	background-repeat: repeat;
}

.CPcontents{
	padding: 10px 30px 10px 30px;
	background-color: White;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #4c4c4c;
	line-height: 1.5em;
}

.CPcontents #justify{
	text-align: justify;
}

.CPcontents a:link, .CPcontents a:visited {
	color: #02335C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	text-decoration: none;
}

.CPcontents a:hover {
	color: #046AC0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	text-decoration: underline;
}

.CPcontents h1, h2, h3 ,h4,h5, h6{
	color: #063868;
	font-family: Arial, Helvetica, sans-serif;
}

.CPcontents #headline{
	color: #063868;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
}

.CPcontents li{
	list-style-type: none;
	list-style-image: url(images/conference/arrow.jpg);
	color: #02335C;
}

.CPcontents hr{
	color: #67676B;
	height: 1px;
}

.CPcontents #date{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #9B5B02;
}

.CPnotice-tnc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 14px;
	border: 1px;
	border-color: #02335C;
	border-style: solid;
	width: 90%;
	text-align: left;
	background-color: #ebfcef;
	margin-top: 15px;
}

	
a.CPterms:link {
	color: #02335C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a.CPterms:visited {
	color: #02335C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a.CPterms:hover {
	color: #046AC0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;
}

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

#date{
	color: #233B6E;
	font-size: 10pt;
	font-family: Verdana, Geneva, tlvetica, sans-serif;
	font-weight: bold;
}

#address{
	padding-top: 30px;
	width: 300px;
	display: block;
	text-align: right;
	color: Black;
	font-size: 7pt;
	font-family: Verdana, Geneva, tlvetica, sans-serif;
	text-align: right;
}

.CPregisterTable{
	padding-left: 30px;
}

.CPregisterTable #line{
	border-right: 1px solid #67676B;
}

.CPtableContent{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #4c4c4c;
	padding-left: 10px;
	padding-right: 10px;
}

	.CPnotice{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #4c4c4c;
	line-height: 1.2em;
	background-color: #F3F3F3;
	padding: 10px;
	text-align: left;
}
	
	.CPnotice a:link, .CPnotice a:visited {
	color: #02335C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	text-decoration: none;
	line-height: 1.2em;
}

.CPnotice a:hover {
	color: #046AC0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	text-decoration: underline;
}

 
.CPformFormat table{
	border-collapse: collapse; /*border: 1px solid #D5D5D5;*/
	background: #F3F3F3;
}

.CPformFormat table th{
	margin: 0;
	text-align: left;
	padding: 3px 8px 3px 8px;
	background: #DCDCDC;
	border-bottom: 1px solid #D5D5D5;
}

.CPformFormat table td {
	margin: 0;
	padding: 5px 8px 5px 8px;
	vertical-align: middle;
}

.CPformFormat  input ,textarea , select{
	border: solid 1px #999999;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #ffffff;
}

.CPformFormat #button{
	background-color: #02335C;
	cursor: pointer;
	color: #ffffff;
}

.CPformFormat #radio{
	border: 0px;
}

.CPformFormat #notice{
	color: #E10814;
}

.CPformFormat #Register{
	color: #02335C;
}

#subTitle{
	color: #063868;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	line-height: 1.5em;
}

.CPconference {
	line-height: 1.2em;
}

.CPconference  td{
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
}

.CPconference th{
	text-align: left;
}

.CPconference #bottomLine{
	margin-top: 5px;
	border-bottom: solid 1px #2A4D7D;
}

.CPconference #bottomLineAlt{
	margin-top: 5px;
	border-bottom: solid 1px #2A4D7D;
	border-right: solid 1px #2A4D7D;
}

.CPconference img{
	margin-bottom:5px;
}

.CPtopLocationBox table{
	margin-top:15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #07396A;		
}

.CPtopLocationBox table #line{
	padding-left:10px;
	padding-right:5px;
	border-left: solid 2px #C6CED9;
}

