/*
<============================================================
== City of Colfax, California Website Cascading Style Sheet
== Use this to change text and text attributes on the whole
== Site. 
============================================================
== BEFORE MAKING ANY CHANGES, BACK UP AND SAFE THIS FILE!!!
============================================================
*/
/*
<============================================================
== Page Top Extra Large Bold Centered
=============================================================
*/
.coc_PageTopHeadText {
				font-family: "Trebuchet MS";
				font-size: x-large;
				font-weight: bold;
				font-style: normal;
				color: #800000;
				text-align: center;
}
.coc_ReducePgHdLnSz-2 {
				text-align: center;
				margin-top: -2px;
				margin-bottom: -2px;
}
/*
<============================================================
== Large Standard Text Left
=============================================================
*/
.coc_LgStdTextLeft {
				font-family: "Trebuchet MS";
				font-size: large;
				color: #000000;
				vertical-align: middle;
				text-align: left;
}
/*
<============================================================
== Large Standard Text Centered
=============================================================
*/
.coc_LgStdTextCenter {
				font-family: "Trebuchet MS";
				font-size: large;
				color: #000000;
				vertical-align: middle;			
				text-align: center;
}
/*
<============================================================
== Paragraph header text Centered
=============================================================
*/
.coc_ParaHeadText {
				font-family: "Trebuchet MS";
				font-size: large;
				font-weight: bold;
				font-style: italic;
				color: #800000;
				text-align: center;
				white-space: normal;
}
/*
<============================================================
== Paragraph Header Large Standard text Left
=============================================================
*/
.coc_ParaHeadTextLft {
				font-family: "Trebuchet MS";
				font-size: large;
				font-weight: bold;
				font-style: italic;
				color: #800000;
				text-align: left;
				white-space: normal;
}
/*
<============================================================
== Paragraph Head Text Centered
=============================================================
*/
.coc_ParaHeadTextCenter {
				font-family: "Trebuchet MS";
				font-size: large;
				font-weight: bold;
				font-style: italic;
				color: #800000;
				text-align: center;
				white-space: normal;
}
/*
<============================================================
== Paragraph indent 15 px Standard Text Left
=============================================================
*/
.coc_paraIndent15Lft {
				font-family: "Trebuchet MS";
				font-size: medium;
				font-weight: normal;
				font-style: normal;
				color: #000000;
				text-align: left;
				vertical-align: middle;
				margin-left: 15px;
				margin-top: -1px;
				margin-bottom: -1px;
				width: 885px;
}
/*
<============================================================
== Standard text Left
=============================================================
*/
.coc_StdText {
				font-family: "Trebuchet MS";
				font-size: medium;
				font-weight: normal;
				font-style: normal;
				color: #000000;
				text-align: left;
				vertical-align: middle;
}
/*
<============================================================
== Standard text Left
=============================================================
*/
.coc_StdTextLeft {
				font-family: "Trebuchet MS";
				font-size: medium;
				font-weight: normal;
				font-style: normal;
				color: #000000;
				text-align: left;
				vertical-align: middle;
}
/*
<============================================================
== Standard text Centered
=============================================================
*/
.coc_StdTextCenter {
				font-family: "Trebuchet MS";
				font-size: medium;
				font-weight: normal;
				font-style: normal;
				color: #000000;
				text-align: center;
				vertical-align: middle;
}
/*
<============================================================
== Color background changed to tan indicating 
== menu page currently active
<============================================================
*/
.coc_OnMenu {
				border-style: none;
				font-family: "Trebuchet MS";
				font-size: medium;
				font-weight: 500;
				font-style: normal;
				color: #000066;
				text-align: center;
				white-space: nowrap;
				background-color: #D2B48C;
				font-variant: normal;
				word-spacing: normal;
				letter-spacing: normal;
				line-height: 20px;
				border-collapse: collapse;
				border-spacing: 0px;
}
/*
<============================================================
== Color background changed to normal menu background
== reversing "coc_OnMenu" above
<============================================================
*/
.coc_OffMenu {
				border-style: none;
				font-family: "Trebuchet MS";
				font-size: medium;
				font-weight: 500;
				font-style: normal;
				color: #333300;
				text-align: center;
				white-space: nowrap;
				background-color: #AECACA;
				font-variant: normal;
				word-spacing: normal;
				letter-spacing: normal;
				line-height: 20px;
				border-collapse: collapse;
				border-spacing: 0px;
}
coc_AllHover {
				color: #FFFF00;
}
.coc_Tbl_BG_White {
				background-color: #FFFFFF;
				border-collapse: collapse;
}
.coc_BlueCellBack {
				background-color: #AECACA;
}

.coc_StdTextBold {
				font-family: "Trebuchet MS";
				font-size: medium;
				font-weight: bold;
				font-style: normal;
				color: #000000;
				text-align: left;
				vertical-align: middle;
}
.coc_Tbl_WhiteBG {
				background-color: #FFFFFF;
}
.coc_CenterBlock {
				text-align: center;
}
.coc_FontSmall {
				font-size: small;
}
.coc_emergencyButtonBorder {
				border-style: 0;
				border-color: 0;
				border-width: 0px;
}


.coc_HmPageBottomText {
				font-family: "Californian FB";
				font-size: x-large;
				font-weight: 500;
				font-style: normal;
				color: #004848;
				text-align: center;
				vertical-align: bottom;
				line-height: 30px;
				text-transform: none;
				height: -1px;
				bottom: -1px;
}


