﻿.font {
    font-family: "Bookman Old Style", "Century Gothic", "Times New Roman", Cambria, serif;
    font-size: 130%;
}
.font1 {
    font-family: "Bookman Old Style", "Century Gothic", "Times New Roman", Cambria, serif;
    font-size: 108%;
}
/*.font2 {
    font-family: "Bookman Old Style", "Century Gothic", "Times New Roman", Cambria, serif;
    font-size: 100%;
}*/
.font_size {
    font-size: 100%;
}
.red {
    color: red;
}
.centred {
    text-align: center;
}
.right_align {
    text-align: right;
}
.width {
    width: 100%;
}
.width_n_center {
    width: 100%;
    text-align: center;
}
.font_n_right {
        font-size: 100%;
        text-align: right;
	}
.font_n_left {
        font-size: 100%;
        text-align: left;
	}
.red_font {
    font-family: "Bookman Old Style", "Century Gothic", "Times New Roman", Cambria, serif;	
	font-size:130%;
    color: red;
}
.red_font1 {
    font-family: "Bookman Old Style", "Century Gothic", "Times New Roman", Cambria, serif;	
	font-size:110%;
    color: red;
}
.centred_red_font {
    font-family: "Bookman Old Style", "Century Gothic", "Times New Roman", Cambria, serif;	
	font-size:130%;
    color: red;
    text-align: center;
}
.maroon_font {
    font-family: "Bookman Old Style", "Century Gothic", "Times New Roman", Cambria, serif;
	font-size: 130%;
	color: maroon;
}
.bold_maroon_font {
    font-family: "Bookman Old Style", "Century Gothic", "Times New Roman", Cambria, serif;	
	font-size: 130%;
    font-weight: bold;
    color: maroon;
}
.maroon_font1 {
    font-family: "Bookman Old Style", "Century Gothic", "Times New Roman", Cambria, serif;
	font-size: 110%;
	color: maroon;
}
/*This has been moved to master.css
.maroon_font2 {
    font-family: "Bookman Old Style", "Century Gothic", "Times New Roman", Cambria, serif;
	font-size: 100%;
	color: maroon;
}*/    
.textbox {
    font-family: "Bookman Old Style", "Century Gothic", "Times New Roman", Cambria, serif;	
	font-size:130%;
    width: 150px;
}
.textbox1 {
    font-family: "Bookman Old Style", "Century Gothic", "Times New Roman", Cambria, serif;	
	font-size:110%;
    width: 150px;
}
.wide_textbox {
    font-family: "Bookman Old Style", "Century Gothic", "Times New Roman", Cambria, serif;	
	font-size:130%;
    width: 75%;
}
.borders_n_padding {
    border-top: thin dashed #FFC964;
    border-bottom: thin dashed #FFC964;
    border-collapse: collapse;
    padding: 0% 0% 2% 0%;
}