﻿/* Text Resize */
.small
{
	font-size: 12px;
	text-decoration: none;
}

.normal
{
	font-size: 14px;
	text-decoration: none;
}

.large
{
	font-size: 16px;
	text-decoration: none;
}

.TextSizeIcon
{
	position: absolute;
	width: 10px;
	height: 10px;
	right: 34px;
	top: 14px;
	*top: 16px;
	background-image: url("../resources/images/layout/TextSizeArrow10x10.jpg");
	background-repeat: no-repeat;
	z-index: 55;
}

.ContentBottom
{
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	font-size: 12px;
	font-family: Tahoma, Verdana;
}

body, html, form
{
	margin: 0;
	padding: 0;
	background-color: #e6edec;
	height: 100%;
	border: none;
	font-family: Tahoma, Verdana;
	font-size: 12px;
}

.ArticleTitle
{
	color: #486dbe;
	font-size: 18px;
}

.ArticleSubTitle
{
	color: #000000;
	font-size: 12px;
}


