body
{
margin: 0px;
background-color: white;
text-align: left;
font-family: Arial, Verdana, Tahoma, MS Sans Serif; 
color: black;
font-size: 12px;
}

A:link { FONT-SIZE: 12px; COLOR: black; FONT-FAMILY: Arial }
A:visited { FONT-SIZE: 12px; COLOR: black; FONT-FAMILY: Arial }
A:active { FONT-SIZE: 12px; COLOR: black; FONT-FAMILY: Arial }
A:hover { FONT-SIZE: 12px; COLOR: black; FONT-FAMILY: Arial }
INPUT { FONT-SIZE: 12px; COLOR: black; FONT-FAMILY: Arial }

.Title
{
	font-family: Arial, Verdana, Tahoma, MS Sans Serif; 
	font-size: 12px; 
	font-weight: bold;
	
}

.TitleBar
{
	font-family: Arial, Verdana, Tahoma, MS Sans Serif; 
	font-size: 14px; 
	font-weight: bold;
	background-color:Silver;
	
}
input,select,textarea
{
	font-family: Arial, Verdana, Tahoma, MS Sans Serif; 
	font-size: 12px; 
	margin-bottom: 	0px;
}
.Content
{
	font-size: 12px;
	color: black;
	font-family: Arial, Verdana, Tahoma, MS Sans Serif;
	text-align: justify;
}

.ErrorText
{
	font-size: 12px;
	color: red;
	font-family: Arial;
}
.Text
{
	font-size: 12px;
	color: black;
	font-family: Arial;
}


.BoldText
{
	font-weight: bold;	
}


.Label
{
	font-weight: bold;
	font-size: 12px;
	font-family: Arial;
}
.ClassifiedAdd
{	
	font-size: 12px;
	font-family: Arial;
}

.TextBox
{
	font-size: 10px;
	font-family: Arial;
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;	
}

.Button
{	
	font-family: Arial;
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;	
	background-color: #CCCCCC;
}

.ClipImage
{
    
	overflow: hidden;	
	width: 180px;
	float: left;
}


