/* Common stylesheet */

@import url("common_styles.css");

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

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

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

/* Buttons for localized Content */
a.lclButton_sm{
	background: url(//www.google.com/a/help/intl/en/images/button_lcl_sm.gif) no-repeat 0 0px;
		font-size:110%;
        display:block;
        width:129px;
		height:50px;
        margin:0px 0 0px 0;
        padding:0px;
        line-height:22px;
        color:#fff;
        text-decoration:none;
        text-align:center;
		}
a.lclButton{
	background: url(//www.google.com/a/help/intl/en/images/button_lcl.gif) no-repeat 0 0px;
		font-size:110%;
        display:block;
        width:148px;
		height:74px;
        margin:0px 0 0px 0;
        padding:0px;
        line-height:22px;
        color:#fff;
        text-decoration:none;
        text-align:center;
		}
a.lclButton_lg{
	background: url(//www.google.com/a/help/intl/en/images/button_lcl_lg.gif) no-repeat 0 0px;
	font-size:110%;
	display:block;
	width:148px;
	height:74px;
    margin:12px 0 10px 0;
    padding:0px;
    line-height:22px;
    color:#fff;
    text-decoration:none;
    text-align:center;
}