body {
	font: 14px arial,helvetica,clean,sans-serif;
	margin: 0px;
	padding: 0px;
	height:100%;
	background-color: White;
}
table {font:14px arial,helvetica,clean,sans-serif;}

.Text12{
		font: 12px arial,helvetica,clean,sans-serif;
}
.Title12{
		font: bold 12px arial,helvetica,clean,sans-serif;
}

.Title14{
		font: bold 14px arial,helvetica,clean,sans-serif;
}
.timeframe{
	font: bold 12px arial,helvetica,clean,sans-serif;
	color:black;
}
.resultsTextBox{
	width:237px;
	height:14px;
	border-top: 0px;
	border-bottom: 0px ;
	border-left: 0px ;
	border-right: 0px ;
	margin-left:5px;
	margin-top:1px;
	margin-bottom:1px;
	font-family: arial,helvetica,clean,sans-serif;
	font-size:12px;
	padding-top:0px;
	padding-bottom:0px;
	
}


.Img {
	max-height: 80px;
	max-width: 60px;
	height: expression(this.height > 80 ? '80px' : true);
	width: expression(this.width > 60 ? '60px' : true);
}

.purple{
	color: #7200FF;
}
.lightpurple{
	color: #b176fb;
}
.deeppurple{
	color: #9647ff;
}
.gray{
	color : #6f6f6f;
}
.orange{
	color: #f5a854;
}
.black{
	color: #000;
}
.nodecor{
	 text-decoration:none;
}

.underline{
	text-decoration: underline;
}
 
/*** Buzz Dialog ***/
.buzzDlg {
	width:100%;
	height:260px;
}

.buzzDlgHigh {
	width:400px;
	height:390px;
}

.buzzDlgWide {
	width:100%;
	
	
}

.dlgCenterTitle {
	background: url(images/dialog/dialog-title.gif) repeat-x;
	width:100%;
	
	
}
.dlgCenterTitleTxt{
	font: bold 13px arial,helvetica,clean,sans-serif;
	color:white;
}



.dlgCorner {
	width:9px;
	height:29px;
}

.dlgLeft {
	background: #E4DFEB url(images/dialog/left.gif) repeat-y;
	width:9px;
}

.dlgRight {
	background: #E4DFEB url(images/dialog/right.gif) repeat-y right;
	width:9px;
}

.dlgCenter {
	width:100%;
	background-color:#E4DFEB;
}

.dlgContent {
	height:231px;
	overflow:auto;
}

.dlgContentHigh {
	height:361px;
	overflow:auto;
}

.dlgContentHighWide {
	height:100%;
}

.dlgBottom {
	background: #E4DFEB url(images/dialog/bottom.gif) repeat-x;
	width:100%;
	height:8px;
}

.TitleClass {
	color:#7004f1;
	font: 14px arial,helvetica,clean,sans-serif;
    text-decoration:none;
}
.TitleClass:hover {
   text-decoration:underline;
}

.LinkClass {
	font: 12px arial,helvetica,clean,sans-serif;
	color:black;
}

.header {
	border:1px dotted #FEA243;
	padding:3px;
	background-color:#FEEFE0;
	line-height:20px;
}

.BottomLinks{
		font-size: 12px;
		font-family: arial,sans-serif;
		color:#000000;
}