/* Default font settings.
   The font-size percentage is of 16px. (0.75 * 16px = 12px) */
html { font-size:100.01%; }
body {
  font-size:12px;
  color: #5d5d5d;
  background:url(../images/bg.jpg) repeat-x #40577a;
  font-family: Arial, Helvetica, sans-serif;
	line-height:17px;
	text-align:justify;
}


/* Text elements
-------------------------------------------------------------- */

p           { margin: 0 0 10px 0; }
p img.left  { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p img.right { float: right; margin: 1.5em 0 1.5em 1.5em; }


/* Lists
-------------------------------------------------------------- */

li ul,
li ol       { margin: 0; }
ul, ol      { margin: 0 1.5em 1.5em 0; padding-left: 3.333em; }

ul          { list-style-type: disc; }
ol          { list-style-type: decimal; }


.title{
	font-size:16px;
	font-weight:bold;
	color:#1d1d1d;
}
.headtitle{
	font-size:18px;
	font-weight:bold;
	color:#353535;
	font-family:arial;
}
.newstitle{
	font-size:14px;
	font-weight:bold;
	color:#2a2a2a;
}
.newtitle{
	color:#585858;
	font-size:14px;
	color:#585858;
	font-weight:bold;
	text-transform:uppercase;
}
.bluetitle{
	color:#00485d;
	font-size:15px;
	font-weight:bold;
	text-transform:uppercase;
}

.box p[class="cnt"]{
	font-size:11px;
	color:#333;
}
