html, body {
	background:				#0e3151;
	border:					none;
	border-collapse:		collapse;
	color:					#222222;
	font-family:			Tahoma;
	font-size:				12px;
	line-height:			1.25em;
	margin:					0px;
	-moz-border-radius:		0px;
	padding:				0px;
	text-align:				justify;
	width:					100%;
}

img { /* default image */
	border:					none;
	margin:					0px;
	padding:				0px;
}

a, a:link {
       color:               #0e3151;
       text-decoration:    	none;
}

a:active, a:hover {
       color:               #ab1119;
       text-decoration:     underline;
}

a:visited {
       color:                #0e3151;
       text-decoration:     none;
}


.datetime {
	font-family:			Tahoma;
	font-size:				10px;
	color:					#0e3151;
	text-align:				right;
}
.vline{
    background-image: url("/images/line.jpg"); 
    background-repeat:repeat-y; 
    width:1px; 
}

.hline{
    background-image: url("/images/line.jpg"); 
    background-repeat:repeat-x; 
    height:1px; 
    line-height:1px;
}

.text {
	text-align:				justify;
	font-size:				11px;
}

.Title:link { color: #0e3151; text-decoration: none; } 
.Title:visited { color: #0e3151; text-decoration: none; } 
.Title:active { color:  #ab1119; text-decoration: underline;} 
.Title:hover { color:  #ab1119; text-decoration: underline; } 


.Title {
	font-family:			arial, sans-serif, verdana;
	font-size:				16px;
	color:					#0e3151;
	font-weight:			bold;
}

.SubTitle {
	font-family:			arial, sans-serif, verdana;
	font-size:				15px;
	color:					#4477aa;
	font-weight:			bold;
}

.Link:link { color: #4477aa; text-decoration: none; } 
.Link:visited { color: #4477aa; text-decoration: none; } 
.Link:active { color:  #ab1119; text-decoration: underline;} 
.Link:hover { color:  #ab1119; text-decoration: underline; } 

.Link {
	font-family:			arial, sans-serif, verdana;
	font-size:				13px;
	color:					#4477aa;
}

.Border {
	border: solid 1px #4f81bd;
	padding : 10px;
}
