/* CSS Document */

html{
	margin: 0;
	padding: 0;
}

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}




/*CUSTOM CLASSES*/

.borderbottom{ border-bottom: 1px solid #D3D3D3; }
.borderright{ border-right: 1px solid #D3D3D3; }
.bordertop{ border-top: 1px solid #D3D3D3; }

