body, table, td
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #444343;
}

a 
{
	color: #444343;
}

a:hover 
{
	color: #882442;
}

.menu
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;

	margin-left: 12; 
	margin-top: 7; 
	margin-bottom: 3;
}

.menu0
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;

	margin-left: 5; 
	margin-top: 7; 
	margin-bottom: 3;
}


.content
{
	margin-left: 12; 
	margin-right: 10; 
	margin-top: 25; 
	margin-bottom: 10;
}

.title1
{
	margin-left: 12; 
	margin-right: 10; 
	margin-top: 25; 
	margin-bottom: 10;


	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #882442;
}

a.whitelink
{
	color: white;
	text-decoration: none;
}

a.whitelink:hover 
{
	color: white;
	text-decoration: underline;
}

.title
{
	color: #101010;
	font-size: 2.4em;
	font-family: Segoe UI Light,"SegoeUILightWF",Arial,sans-serif;
}

.button 
{
	width: 120px;
	background-color:#3F51B5;
    border: none;
    color: white;
    padding: 8px 24px;
	text-align: center;
	vertical-align: middle;
    text-decoration: none;
    display: inline-block;
	font-size: 12px;
	border-radius: 4px;
	box-sizing: border-box;
	box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}

.button:hover 
{
    background-color: #FF9800;
	color: white;
}
