body
	{
	background-image:url('../images/body_bg.gif');
	background-repeat: repeat-x;
	background-color: #DADADA;
	margin: 0;
	font-family: Verdana;
	font-size:10px;
	}

.SmartDev
	{
	font-family: Arial;
	font-size: 24px;
	color: white;
	}
	
td, input, select
	{
	font-family: Verdana;
	font-size:10px;
	}
	
.main
	{
	background-image:url('../images/main_bg.gif');
	background-repeat: repeat-y;
	}
	
.small_white
	{
	color: white;
	}	

.promo
	{
	background-color: #5D80A6;
	color: white;
	padding:10px;
	font-weight: bold;
	}
		
.border
	{
	border: 1px solid #88ADCD;
	background-color: #F7F7F7;
	color: #677A98;
	padding: 5px;
	}
	
a:link, a:visited, a:active, a
	{
	color: #677A98;
	text-decoration: underline;
	}
	
a:hover
	{
	background-color: orange;
	color: white;
	text-decoration: none;
	}
	
.box_header
	{
	padding-left: 15px;
	color: white;
	background-color: #88ABD1;
	height: 20px;
	vertical-align:middle;
	background-image: url('../images/darrow.gif');
	background-repeat: no-repeat;
	background-position: 5px 50%;
	font-weight: bold;
	}

.big_white
	{
	font-family: Arial;
	font-size: 14px;
	color: white;
	font-weight : bold;
	}
	
.big_blue
	{
	font-family: Arial;
	font-size: 14px;
	color: #88ABD1;
	font-weight : bold;
	}
	
.big_button
	{
	padding: 5px;
	cursor: pointer;
	font-family: Arial;
	font-size: 14px;	
	font-weight : bold;
	color:gray;	
	}
	
a.white_link:visited, a.white_link:active, a.white_link
	{
	color: white;
	text-decoration: underline;
	}
	
a.white_link:hover
	{
	color: white;
	text-decoration: underline;
	background-color: transparent;
	}
	
.title
	{
	padding-left: 10px;
	font-family: Arial;
	font-size: 15px;	
	font-weight : bold;
	color:#151C2C;	
	width:100%;
	border-bottom: 1px solid #CCCCCC;
	}
	
p
	{
	padding-left: 10px;
	}
	
	.pimage
	{
	border: 3px solid #DDDDDD;
	}	
	
.small
	{
	font-size: 5px;
	color:#FF0000;
	}
	
.project
    {
    float: left;
    padding:5px;    
    width: 205px;
    height: 210px;
    }	

.project_small
    {
    float: left;
    padding: 10px;    
    width: 150px;
    }	
    
.customer    
    {
    float: left;
    padding: 3px;    
    width: 145px;   
    height: 150px; 
    }
    
.project img, .project_small img, .customer img
    {
    border: 3px solid #CCCCCC;
    }