﻿body 
{
	margin:20px 0px 0px 0px;		
	font-family:Times New Roman;
	text-align:center;
}
a:hover
{
 text-decoration:underline;	
 color:Red;
}

.CenterDiv
{
	text-align:left;
	width:960px;
}

.Welcome
{
	font-size:20px;
	font-weight:bold;
	background-color:#e1ecfd;
	padding:8px;
	margin-bottom:5px;
	color:#003366
}

.Title
{
	height:60px;
	font-size:22px;	
	color:Red;
	font-weight:600;
}

.Contont
{
	font-size:12px;
	vertical-align:top;	
	line-height:17px;
	 font-family:Verdana;
}

.Contont ul
{
	margin:12px 0px 12px 25px;
}

.Bottom,.Bottom a
{
	font-size:14px;
	background-color:#e1ecfd;
	padding:8px;
	color:#303030;
	text-align:center
}

.LoginContain
{
	text-align:center;
	border:solid 2px #e8eefa;
	
}

.LoginContain .Login
{
	background-color:#e8eefa;
	border:0px;
	width:220px;
	font-size:13px;
}

.LoginContain a
{
	font-size:15px;	
}

.LoginTitle
{
	height:45px;
	font-size:16px;
}

.Message
{
	color:Red;	
}

.GetPwdTitle
{
     font-size:22px;
     margin:40px 0px 20px 0px;
     text-align:center;
}

.GetPWDDiv
{
	text-align:center;
    line-height:30px;
}

.Button
 {
     background-color:#879EB6;
     color:White;
     font-size:12px;
     font-weight:bold;
     border:0px;
     cursor:hand;
  }
  
 .Meeting, .Meeting a
 {
    font-size:0.8em;
    color:Red;
 }
 
 .Meeting .change
 {
    margin-left:5px;
    cursor:pointer;
    text-decoration:underline;
 }
 
#changeContentDiv
{
	border: 1px solid Red;	
	background-color: #fff;
	text-align:left;
	display:none;
}

#changeContentDiv span
{
    padding:10px;
}

#changeContentDiv a
{
    
    text-decoration:none;
    font-size:0.8em;
    color:Red;    
}

#changeContentDiv a:hover
{
     text-decoration:underline;
}