@charset "UTF-8";
/* CSS Document */

body {
	background-color:#4172b2;
	margin: 0 auto;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	letter-spacing:.1em;
}


/* layout - GLOBAL */

.cddesc{
	margin:3px 0px 10px 0px;
}

.imgrow{float:left; margin-left:4px;}

.fltLft{float:left;}
.fltRt{float:right;}
.clrLft{clear:left;}
.clrBoth{clear:both;}

.mtop5{margin-top:5px;}
.mtop10{margin-top:10px;}
.mtop15{margin-top:15px;}
.mtop20{margin-top:20px;}

.mlft3{margin-left:3px;}
.mlft5{margin-left:5px;}
.mlft7{margin-left:7px;}
.mlft10{margin-left:10px;}
.mlft15{margin-left:15px;}
.mlft20{margin-left:20px;}

/* FONTS */

a:link {color:#ff0000; text-decoration:none}
a:visited {color:#ff0000;text-decoration:none}
a:active {color:#ff0000;text-decoration:none}
a:hover {color:#ff0000;text-decoration:underline}



