﻿p{
	margin:0;
	padding:0;
}

/*h1{
	color:#b30938;
	font-size:14px;
}
*/
h2{
	font-size:14px;
	color:#b30938;
}

body{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #525252;
	font-weight: normal;
	text-decoration:none;
}


h1 {
		font-family: Arial, Verdana, Helvetica, sans-serif;
		font-size: 14px;
		color: #b30938;
		font-weight: bold;
		text-decoration:none;
}

.ListHead a:link, .ListHead a:visited{
		font-family: Arial, Verdana, Helvetica, sans-serif;
		font-size: 14px;
		color: #b30938;
		font-weight: bold;
		text-decoration:none;
}
.ListHead a:hover, .ListHead a:active{
		font-family: Arial, Verdana, Helvetica, sans-serif;
		font-size: 14px;
		color: #b30938;
		font-weight: bold;
		text-decoration:underline;
}

.body {
		font-family: Arial, Verdana, Helvetica, sans-serif;
		font-size: 11px;
		color: #525252;
		font-weight: normal;
		text-decoration:none;
}	
.body a, .body a:visited, .body a:active, .body a:link{
		font-family: Arial, Verdana, Helvetica, sans-serif;
		font-size: 11px;
		color: #b30938;
		font-weight: normal;
		text-decoration: none;
}	
.body a:hover{
		font-family: Arial, Verdana, Helvetica, sans-serif;
		font-size: 11px;
		color: #b30938;
		font-weight: normal;
		text-decoration: underline;
}
.note {
		font-family: Arial, Verdana, Helvetica, sans-serif;
		font-size: 10px;
		color: #525252;
		font-weight: normal;
		text-decoration:none;
}
.PagingText , .PagingText a:link, .PagingText a:visited{
		font-family: Arial, Verdana, Helvetica, sans-serif;
		font-size: 11px;
		color: #b30938;
		font-weight: normal;
		text-decoration: none;
		padding-right:8px;
}
.PagingText a:hover, .PagingText a:active{
		font-family: Arial, Verdana, Helvetica, sans-serif;
		font-size: 11px;
		color: #b30938;
		font-weight: normal;
		text-decoration: underline;
		padding-right:8px;
}

div, h1, h2, p, form, label, input, textarea, img, span, table tbody { 
            margin : 0;
            padding : 0;

} 

ul { 
margin : 0;
padding : 0;
list-style-type : none;
font-size : 0;
} 
* html object.mov {
    display: none;
}
.spacer { 
clear : both;
font-size : 0;
line-height : 0;
}
.myProcess{
	
	background-color:#ffffff;
	filter:alpha(opacity=80);
	opacity:0.8;
	/*background:url(/images/spacer.gif);*/
	text-align:center;
	vertical-align:middle;
	cursor:wait;
	/*width:100%*/
}
.popupDrag{
	background:#b30938;
	/*border:1px solid #eeeeee;*/
	color:#ffffff;
	cursor:move;
}
.popupDrag a:link, .popupDrag a:visited{
	/*border:1px solid #eeeeee;*/
	color:#ffffff;
	text-decoration:none;
}
.popupDrag a:hover, .popupDrag a:active{
	/*border:1px solid #eeeeee;*/
	color:#806e58;
	text-decoration:none;
}
.modalPopup{
	background-color:#FFFFFF;
	border-width:1px;
	border-style:solid;
	border-color:#666666;
	width:300px;
	z-index:1000;
}
.modalBackground{
	background-color:#000000;
	filter:alpha(opacity=10);
	opacity:0.1;
}