/* CSS Document */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	text-align:justify;
	margin-left:10px;
	margin-right:10px;
}
body {
	margin-top: 5px;
	background-color: #CCCCCC;
}

.page_title {
background-image:url(images/Heading.png);
background-repeat: repeat-x;
color: #FFFFFF;
font-size:10pt;
font-weight:bold;
height:30px;
vertical-align:middle;
}

.allheader {
background-image:url(images/Heading.png);
background-repeat: repeat-x;
color: #FFFFFF;
font-size:10pt;
font-weight:bold;
height:30px;
vertical-align:middle;
}

.article_title {
color:#666666;
font-size:12pt;
font-weight:bold;
}

.article_tag {
background:#F0F0F0;
}

.article_img {
width:580px;
border:1px;
vertical-align: baseline;
}

.article_tag_img {
width: 150px;
border:0px;
align: left;
hspace:5px;
}

a {
	font-weight: bold;
	font-size: 10pt;
}

a:link {
	color: #FF6600;
	text-decoration: none;
}

a:visited {
	color: #FF6600;
	text-decoration: none;
}

a:hover {
	color: #FF0000;
	text-decoration: underline;
}

a:active {
	color: #FF6600;
	text-decoration: none;
}

.date {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #FF0000;
}

