/* CSS Document */

/* Search Form*/
.search
{	height:20px;	width: 95px;	border-style:none;}

.login
{	
	height:20px;	width: 96px;	border-color:#7F9DB9;	border-width:1px;
}
.menu_field 
{	
	height:20px;	width: 210px; font-size:12px; font-family:Arial;
}

/* all pages*/
.text_normal
{font-size:12px; font-family:Arial;}

/* Table Title */
.Table_title {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #140B0C;
}

/* Table Data */
.Table_Data
{
	font-family: Arial;
	font-size:12px;
	color: #140B0C;
}
.Titles
{
	font-family: Arial;
	font-size:12px;
	font-weight: bold;
	color: #DB442F;
}
.small_red
{
	font-family: Arial;
	font-size:11px;
	color: #DB442F;
}

.bottom_text {
	font-family:Arial;
	font-size:11px;
}
.spell_check
{
	font-family:Arial;
	font-size:11px;
	color:#FFFFFF;
}
.green
{
	font-family:Arial;
	font-size:11px;
	color:#0D0D0B;
}


/* Scroll area */
#divContainer{position:relative; width:392; height:300; overflow:hidden; top:-2px; left:-3px; clip:rect(0,392,240,0); visibility:hidden} 
#divContent{position:absolute; top:0; left:0;} 


a:link {
	text-decoration: none;
	color:#333333;
}
a:visited {
	text-decoration:none;
	color:#333333;
}

.number_purpel {
	font-family:UppenArmsNF;
	font-size: 18px;
	color: #6E79B9;
	}
.number_white {
	font-family:UppenArmsNF;
	font-size: 18px;
	color: #FFFFFF;
	}
.ForBackgroundImage {
	background-image: url(images/blue_circle.gif);
}