
/***************************************************************
* GENERAL CLASSES    
***************************************************************/
body
{
	Padding:0Px;
	Margin: 0Px;
	Scrollbar-Face-Color:#333333;
 	Scrollbar-Highlight-Color:black;
  Scrollbar-Shadow-Color: white;
  Scrollbar-Arrow-Color: white;
	Background-Color: white;
	Font-Family:'Arial';        
}
.home
{
	Background-Color:#2c2c2c;  
	Font-Size: 1px;
	Padding:0Px;
	Margin: 0Px;
	border: 0px;
}
.pic
{
	background-image: url("../images/home.jpg");
	background-repeat: no-repeat;
	background-position: right;
}
.fix
{
	Font-Size: 1px;
}  
.contents
{
	Font-Weight: normal;
	color: #1E1E1E ;
	Font-Size: 10px;
}
.title
{
	font-family : David;
	Font-Weight: normal;
	color: #AA0000;
	Font-Size: 18px;
	Font-Weight: bold;
}
a
{
	color: #AA0000;
}
.list
{
	Color:  #AA0000;
  	Font-Size:10px;
	Font-Weight: normal;
}
.selection
{    
	Color:  #AA0000;
	Font-Weight: bold;
}  
.over
{
	cursor: hand;
  	Font-Size:10px;
	Font-Weight: normal;
  	Color:  white;
} 
.note
{
	Color:  #AA0000;
	Font-Weight: normal;  
	Text-Transform: none;  
	Font-Size:10px;  
}
.maintext{
	font-family : David;
	font-size : 12px;
	font-style : normal;
	font-weight : normal;
	line-height : 18px;	
}
.bigtext{
	font-family : David;
	font-size : 14px;
	font-style : normal;
	font-weight : bold;
	line-height : 18px;	
}
.contact{
	font-family : David;
	font-size : 12px;
	font-style : normal;
	font-weight : normal;
      line-height : 14px;
}
.scrollbar
{
	scrollbar-face-color : #ffffff;
	scrollbar-highlight-color : #eeeeee;
	scrollbar-3dlight-color :#eeeeee;
	scrollbar-track-color : #dddddd;
	scrollbar-shadow-color : #eeeeee;
	scrollbar-darkshadow-color : #eeeeee;
	scrollbar-arrow-color : #444444;
	scrollbar-base-color : #dddddd;
}
