@charset "utf-8";
/* CSS Document */

body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%; 
	/*font-size: 12px;*/ /* OldFont */
	color: #333;
	line-height: 18px;
}

h1, h2, h3 { color: #333; }
h1 { font-size: 2em; line-height:28px;}
h2 { font-size: 1.5em; }
h3 { font-size: 1.25em; }
h4 { font-size: 1em; }

a
{
	color: #2E499C;
	text-decoration: none;
}


a:hover
{
	color: #2E499C;
	text-decoration: underline;

}

a.gl
{
	font-weight: bold;

}

.w100p { width: 100%; }

.w100p.imgwrapper-left img { float: left; padding: 5px 5px 5px 0; }
.w100p.imgwrapper-right { float: right; padding: 5px 0 5px 5px; }
.w100p.imgwrapper-right span { float: right; padding: 5px 0 0px 5px; font-size:1em; text-align:center;line-height:20px; }

.h1 { height: 1px; }
.mh1 { min-height: 1px;}

.h5 { height: 5px; }
.h10 { height: 10px; }
.h15 { height: 15px; }
.h20 { height: 20px; }
.h25 { height: 25px; }

.lh13 { line-height: 13px; }
.lh14 { line-height: 14px; }
.lh15 { line-height: 15px; }
.lh16 { line-height: 16px; }


.mt5 { margin-top: 5px; }
.mt10 { margin-top: 10px; }
.mt15 { margin-top: 15px; }

.pt1 { padding-top: 1px; }
.pt2 { padding-top: 2px; }
.pt5 { padding-top: 5px; }
.pt10 { padding-top: 10px; }
.pt10i { padding-top: 10px; !important }
.pt12 { padding-top: 12px; }
.pt13 { padding-top: 13px; }
.pt15 { padding-top: 15px; }
.pt18 { padding-top: 18px; }
.pt20 { padding-top: 20px; }
.pt22 { padding-top: 22px; }
.pt24 { padding-top: 24px; }
.pt25 { padding-top: 25px; }


.pb3 { padding-bottom: 3px; }
.pb5 { padding-bottom: 5px; }
.pb10 { padding-bottom: 10px; }
.pb12 { padding-bottom: 12px; }
.pb13 { padding-bottom: 13px; }
.pb15 { padding-bottom: 15px; }
.pb18 { padding-bottom: 18px; }
.pb20 { padding-bottom: 20px; }
.pb22 { padding-bottom: 22px; }
.pb24 { padding-bottom: 24px; }
.pb25 { padding-bottom: 25px; }


.ml5 { margin-left: 5px; }
.ml10 { margin-left: 10px; }
.ml15 { margin-left: 15px; }

.pl5 { padding-left: 5px; }
.pl10 { padding-left: 10px; }
.pl15 { padding-left: 15px; }

.mr5 { margin-right: 5px; }
.mr10 { margin-right: 10px; }
.mr15 { margin-right: 15px; }

.pr5 { padding-right: 5px; }
.pr10 { padding-right: 10px; }
.pr15 { padding-right: 15px; }

.bold { font-weight: bold; }
.bold11 { font-weight: bold; font-size: 0.917em; }
.bold12 { font-weight: bold; font-size: 1em; }
.normal { font-weight: normal; }
.normal11 { font-weight: normal; font-size: 0.917em; }
.normal12 { font-weight: normal; font-size: 1em; }
.italic { font-style: italic; }
.oblique { font-style: oblique; }

.fs9 { font-size: 0.75em; }
.fs10 { font-size: 0.833em; }
.fs11 { font-size: 0.917em; }
.fs12 { font-size: 1em; }
.fs13 { font-size: 1.083em; }
.fs14 { font-size: 1.167em; }
.fs15 { font-size: 1.25em; }
.fs16 { font-size: 1.333em; }
.fs18 { font-size: 1.5em; }
.fs20 { font-size: 1.667em; }
.fs22 { font-size: 1.833em; }
.fs24 { font-size: 2em; }
.fs25 { font-size: 2.083em; }
.fs26 { font-size: 2.167em; }


.cb { clear: both; }

.prelative { position: relative; }
.pabsolute { position: absolute; }

.dispnone { display: none;}
.dinline  { display: inline; }
.dblock { display: block; }
.dtable { display: table; }
.dtablerow { display: table-row; }
.dtablerowg { display: table-row-group; }

.mpzero { margin: 0; padding: 0; }
.leftzero { left: 0; }
.topzero { top: 0; }
.rightzero { right: 0; }
.bottomzero { bottom: 0; }

.alignleft { text-align: left; }
.alignright { text-align: right; }

.bg_0b0d0f { background: #0b0d0f; }
.bg_ac0602 { background: #ac0602; }
.bg_f6f7f7 { background: #f6f7f7; }
.bg_495964 { background: #495964; }

.colour_white { color: #fff; }
.colour_a4acb2 { color: #a4acb2; }
.colour_ac0602 { color: #ac0602; }
.color_2e499c { color: #2E499C; }


