/* Common stylesheet */

@import url("common_styles.css");

/*** Top Border ***/
/*<=IE6 - Do not modify*/
.topColBorder{border-top:#538fd7 2px solid;}
/*All other browsers - modify hex border-top color*/
td > div.topColBorder{border-top:#0f6ad7 2px solid;}

/*** Button ***/
/*<=IE6 - Do not modify*/
a.lclButton{
	background:url(../images/button_gry_lcl.gif) no-repeat 0 0px;
		font-size:110%;
    display:block;
    width:148px;
		height:51px;
    margin:0px 0 0px 0;
    padding:0px;
    line-height:22px;
    color:#fff;
    text-decoration:none;
    text-align:center;
}
/*All other browsers - modify hex background color*/
div > a.lclButton{
	background:url(../images/transp_button.png) #0f6ad7 no-repeat 0 0px;
	width:164px;
	height:45px;
}

/* Header colors */
h5 { color:#2461AA; }

h2, h3, h4 { color:#2461AA; }

h2, h4  {
	border-bottom:1px solid #CCCCCC;
}

h2.noBorder{ border-bottom:none; margin-top:20px;}



.botColBar{border-bottom:#cccccc 1px solid;padding-top:1px}
.greyBG{background:#efefef}
#buttonTable{ background:#f5f5f5; margin-top:2px;}
.logo{float:left; padding-bottom:5px;}
td > .logo{float:left; margin-bottom:5px; padding-bottom:0;}
.icon{margin:0 5px 0 0px;}
.icon2{margin:0 5px 0 10px;}
.text1{font-size:130%; color:#333; font-weight:bold; margin:0; padding:0;}
.text1b{font-size:160%; color:#333; font-weight:bold; display:block; margin: 0; padding: 5px;}
.text1b a, .text1b a:visited {text-decoration: none; color: #00accb;}
.text1b a:hover {color: #f4d000;}
.text2{font-size:140%; color:#666;}
.text3{font-size:140%; color:#666; font-weight:bold}
.text4{font-size:140%; color:#333; font-weight:bold}
.text5{font-size:140%; color:#666;}