
body, td{
	font-family:Georgia, Times New Roman, serif;
	font-size:13px;
	color:#002936;
	line-height:17px;
}
input, textarea{
	font-family:Georgia, Times New Roman, serif;
	font-size:13px;
}
strike{
	color:#777;
}
a:link{
	color:#7E2616;
}
a:visited{
	color:#49170D;
}
a:hover{
	color:#BF2002;
}
a:active{
	color:red;
}
p{
	margin:3px 0 14px;
}
p:first-line{
	color:#000;
}
/**
 * @name normal
 * @show 
 */
.normal{
	font-size:13px;
}
/**
 * @name medium
 * @show 
 */
.medium{
	font-size:11px;
	line-height:16px;
	color:#000;
	font-weight:normal;
}
/**
 * @name valign img
 * @show 
 */
.valign{
	vertical-align:middle;
}
/**
 * @name small
 * @show 
 */
.small{
	font-size:10px;
	line-height:13px;
}
p.smallGray, .smallGray{
	font-size:10px;
	line-height:13px;
	color:#787878;
}
.smallGray A:link{
	color:#626262;
}
.smallGray A:visited{
	color:#787878;
}
.smallGray A:hover{
	color:#BF2002;
}
.smallGray A:active{
	color:red;
}
h1{
	margin:3px 0 5px;
	padding:0 0 0 14px;
	border-bottom:1px dashed #8BACB6;
	background:url(/d/1k/img/bullet_large.gif) no-repeat 0px 6px;
	color:#7E2616;
	font-size:15px;
	line-height:17px;
	font-weight:bold;
	text-transform:uppercase;
}
h2{
	margin:3px 0 5px;
	padding:0 0 0 14px;
	background:url(/d/1k/img/bullet_medium.gif) no-repeat 1px 6px;
	color:#003C4F;
	font-size:14px;
	line-height:18px;
	font-weight:bold;
	border-bottom:1px dashed #8BACB6;
}
h3{
	margin:3px 0 5px;
	color:#7E2616;
	font-size:12px;
	font-weight:bold;
	line-height:14px;
	text-decoration:none;
}
h4{
	margin:3px 0 5px;
	padding:0 0 0 14px;
	background:url(/d/1k/img/bullet_small.gif) no-repeat 1px 6px;
	color:#003C4F;
	font-size:12px;
	line-height:18px;
	font-weight:bold;
}
h1 b,h2 b,h3 b,h4 b,h5 b{
	color:#787878;
	font-size:10px;
	font-weight:normal;
	text-transform:none;
}
h5{
	margin:3px 0 5px;
	padding:0 0 0 14px;
	background:url(/d/1k/img/bullet_medium.gif) no-repeat 1px 6px;
	color:#7E2616;
	font-size:12px;
	line-height:18px;
	font-weight:bold;
}
h6{
	margin:3px 0 3px;
	font-size:11px;
	line-height:18px;
	font-weight:bold;
}
h3 a:link, h3 a:visited{
	color:#7E2616;
	background:url(/d/1k/img/bullet_small.gif) no-repeat 1px 6px;
	padding:0 0 0 14px;
}
h3 a:hover{
	color:#BF2002;
	background:url(/d/1k/img/bullet_medium.gif) no-repeat 1px 6px;
}
/**
 * @name imgBorder
 * @show 
 */
.imgborder{
	border:1px solid #69939F;
}
/**
 * @name skjul link
 * @show 
 */
.hideLink{
	text-decoration:none;
	color:#000;
}
/**
 * @name img align right
 * @show 
 */
.imgAlignR{
	float:right;
	margin-left:5px;
}
/**
 * @name img align left
 * @show 
 */
.imgAlignL{
	float:left;
	margin-right:5px;
}
/**
 * @name img align left border
 * @show 
 */
.imgAlignLBorder{
	float:left;
	margin-right:5px;
	border:1px solid #69939F;
}
