/* CSS Document */

body{
    color: #493b3b;
    font-family: 'ArialMT', 'Arial', 'sans-serif';
	font-size:12px;
}

.title{
	font-size:15px;
}

.hr_gray{
	border-top:0px;
	border-bottom:2px solid #CCCCCC;
}

.instructions{
	font-size:9px;
}