/* Common stylesheet */

@import url("common_styles.css");

/* 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;}


a.sqrButton{
	font-size:115%;
	font-weight:bold;
	display:block;
	width:122px;
	height:117px;
    margin:0px 0 10px 0;
    padding:0px;
    line-height:22px;
    color:#2461AA;
    text-decoration:none;
    text-align:left;
}

#buttonTable{ background:#f5f5f5; margin-top:2px;}