﻿/* CSS DISC POP-UP */

body {
	background-color: #ffffff;
	margin-left: 0;
	margin-top: 0;
	margin-bottom: 0;
	margin-right: 0;
	padding: 20px;
	text-align: left;
	font-size: 0.8em;
    color: #333333;
    font-family: Arial;
	font-weight: normal;
	line-height: 1.5;
	}

body a { 
	color: #c8011b;
	text-decoration: none;
	}
	
body a:hover { 
	text-decoration: underline;
	}

.maintxtsml {
    font-size: 0.75em;
    color: #333333;
    font-family: Arial;
	font-weight: normal;
	line-height: 1.5;
	}

.maintxtsml a { 
	color: #c8011b;
	text-decoration: none;
	}
	
.maintxtsml a:hover { 
	text-decoration: underline;
	}

