@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	background:#f6f6f6 url(images/body_bg.jpg) repeat-y center top;
	font-family:pt_sansregular;
	font-size:14px;
}

@font-face {
    font-family: 'pt_sansregular';
    src: url('fonts/pts55f-webfont.eot');
    src: url('fonts/pts55f-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/pts55f-webfont.woff') format('woff'),
         url('fonts/pts55f-webfont.ttf') format('truetype'),
         url('fonts/pts55f-webfont.svg#pt_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
.button{padding:4px 7px; color:#FFFFFF; background-color:#00297e; border:0px;}
.field{padding:3px 7px; border:1px solid #bfbfbf;}
.bg_white{background-color:#FFF;}
.heading_1{font-size:25px;}
.txt_blue{color:#00297e;}
.txt_white{color:#FFF;}
.txt_red{color:#F00;}
.bold{font-weight:bold;}
.heading_2{font-size:15px;}
.heading_3{font-size:13px;}
.bg_grey1{background-color:#e6e6e6;}
.border_bottom{border-bottom:solid 1px #bfbfbf;}