*    {margin:0}
body
{
	/*background-color: #f9f9f9;*/
	background-image:url('../images/2012/newbackground.jpg');
	margin-top: 0px;
}

H1 {
	font-size : 12pt;
	font-family : Arial, ms sans serif,san serif, geneva;
	font-weight : bold;
	color : #007ac2;
	margin-bottom: 0;
	margin-top: 0;
}

H2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;

}
.rightbar-title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;

}
.default-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

.travelheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
}

.Day
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}
.Session
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	
	
}

.TopBar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.recent-news-header {
	font-size : 8pt;
	font-family : Arial, ms sans serif,san serif, geneva;
	font-weight : bold;
	color : #007ac2;
}
.recent-news-body {
	font-size : 8pt;
	font-family : Arial, ms sans serif,san serif, geneva;
	font-weight : normal;
	color : #007ac2;
}


A:link  {
	font-family:  Arial, Helvetica, sans-serif;  
	color : #007ac2;
	
}
A:visited { 
	font-family:  Arial, Helvetica, sans-serif;  
	color : #007ac2;
	
	
}
A:hover { 
	font-family:  Arial, Helvetica, sans-serif;  
	color : #007ac2;
	
	
}

.white:link {
    font-family : Arial, ms sans serif,san serif, geneva;
    font-size : 8pt;
    color : #ffffff;
	text-decoration: underline;
}
.white:visited {
    font-family : Arial, ms sans serif,san serif, geneva;
    font-size : 8pt;
    color : #ffffff;
	text-decoration: underline;
}
.white:hover {
    font-family : Arial, ms sans serif,san serif, geneva;
    font-size : 8pt;
    color : #f86c05;
	text-decoration: underline;
}
	
.toptext  {
    color : #007ac2;
	font-size : 8pt;
	font-family : Arial, ms sans serif,san serif, geneva;
	font-weight : bold;
}

.copyright  {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.copyrightlink:link {
    font-family : Arial, ms sans serif,san serif, geneva;
    font-size : 7pt;
    color : #807f7f;
	text-decoration: none;
}
.copyrightlink:visited {
    font-family : Arial, ms sans serif,san serif, geneva;
    font-size : 7pt;
    color : #807f7f;
	text-decoration: none;
}
.copyrightlink:hover {
    font-family : Arial, ms sans serif,san serif, geneva;
    font-size : 7pt;
    color : #007ac2;
	text-decoration: underline;
}

legend
{
	font-size : 11pt;
	font-family : Arial, ms sans serif,san serif, geneva;
	font-weight : bold;
	color : #007ac2;
	margin-bottom: 0;
	margin-top: 0;
}

input .default-text
{
	font-size : 8pt;
	font-family : Arial, ms sans serif,san serif, geneva;
	font-weight : normal;
	color : #5a5c5e;
}

/* Email Form.acx style */
#uc012 input, #us012 textarea {
border:none;
background:none;
overflow:hidden;
}

.textInp {
	width: 230px;
	height: 25px;
	background:url('../images/2012/form-bg.png') no-repeat;
	margin: 0 0 15px 0;
	padding: 0;
}

.textInpx {
	width: 480px;
	height: 45px;
	background:url('../images/2012/form-bg2.png') no-repeat;
	margin: 0 0 15px 0;
	padding: 0;
}

.formSubmit {
	width: 71px;
	height: 21px;
	background:url('../images/2012/submit-bg.png');
	cursor: pointer;
	font-size: 0;
	border: none;
}
/* ^^^^^^^^^^^^^^^^^^^^^^^^^Home page CSS^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */

/* ************************ ListNav ************************************* */
.listNav { margin:0 0 10px; }
.ln-letters { overflow:hidden; }
.ln-letters a { font-size:0.9em; display:block; float:left; padding:3px 8.5px; border:1px solid black; border-right:none; text-decoration:none; background-color:#000000;color:#FFFFFF }
.ln-letters a.ln-last { border-right:1px solid black; }
.ln-letters a:hover,
.ln-letters a.ln-selected { background-color:#FFFFFF; color:#000000 }
.ln-letters a.ln-disabled { color:#ccc; }
.ln-letter-count { text-align:center; font-size:0.8em; line-height:1; margin-bottom:3px; color:#336699; }
