.table {
border: 1px ridge #999999;
margin: 5px;
padding: 5px;
font-family: tahoma;
font-size: 12px;
color: #333333;
}
.tableIn {
border: 1px dashed #CCCCCC;
padding: 2px;
font-weight: bold;
}
.hint {
padding: 5px;
font-family: tahoma;
font-size: 14px;
color: #333;
text-align:justify;
}
.list
{
	list-style-type:disc;
	padding:5px;
	list-style-position:inside;
	margin:5px;
}

.listli
{
	margin-bottom: 15px;
}

.small {
font-family: tahoma;
font-size: 11px;
color: #000066;
}

.banner {
padding: 15px;
font-family: Arial;
font-size: 24px;
color: #FF3604;
text-align:center;
}
.button {
font-family: tahoma;
font-size: 12px;
color: #003300;
padding: 2px;
font-weight:normal;

}
.input {
margin: 2px;
padding: 2px;
border: 1px solid #333333;
font-family: tahoma;
font-size: 12px;
color: #003300;
font-weight:normal;

}

.thead {
margin-top: 5px;
margin-bottom: 10px;
padding: 8px;
font-family: arial, tahoma, sans-serif;
font-size: 18px;
font-weight: bold;
line-height: 18px;
color: #333333;
border: 1px dashed #CCCCCC;
white-space:nowrap;
text-align: center;
background-image: url('images/div_3_bg.jpg');
background-repeat: repeat-x;
background-position: center center;
}
.tfoot {
padding: 3px;
font-family: tahoma, sans-serif;
font-size: 18px;
font-weight: bold;
line-height: 14px;
color: #333333;
text-align: center;
background-image: url('images/tfoot.gif');
background-repeat: repeat-x;
background-position: center bottom;
border: 1px dashed #CCCCCC;
}

.content {
font-family: tahoma, arial, sans-serif;
font-size: 13px;
line-height: 18px;
color: #333333;
text-align: justify;
margin: 15px;
}
.Title {
margin-top: 5px;
margin-bottom: 10px;
padding: 8px;
font-family: arial, tahoma, sans-serif;
font-size: 18px;
font-weight: bold;
line-height: 18px;
color: #000033;
}
.MenuTitle {
margin-top: 5px;
margin-bottom: 10px;
margin-left: 5px;
margin-right: 5px;
padding: 4px;
font-family: tahoma, arial, sans-serif;
font-size: 14px;
font-weight: bold;
line-height: 14px;
color: #FFFFFF;
}
.SubTitle {
margin-top:0px;margin-bottom:0px;
font-family: tahoma, arial, sans-serif;
font-size: 13px;
font-weight: bold;
line-height: 12px;
color: #2153AA;
}

.InfoBox {
background-color: #fffff6;
margin: 15px;
padding: 10px;
border: 1px solid #DFE8F7;
font-family: tahoma, arial, sans-serif;
font-size: 12px;
color: #FF0000;
text-align:justify;
}
.SideBox {
background-color: #E9F3FE;
margin: 5px;
padding: 5px;
border: 1px solid #CFDFFA;
font-family: tahoma, arial, sans-serif;
font-size: 12px;
color: #FF6600;
text-align:justify;
}
.SideBox_1 {
background-color: #ECFDF1;
margin: 5px;
padding: 5px;
border: 1px solid #AEFFBA;
font-family: tahoma, arial, sans-serif;
font-size: 12px;
line-height: 18px;
color: #009900;
}
.SideBox_2 {
background-color: #FFD9BF;
margin: 5px;
padding: 5px;
border: 1px solid #FFBF80;
font-family: tahoma, arial, sans-serif;
font-size: 12px;
line-height: 18px;
color: #FF3300;
}
.SideBox_3 {
background-color: #E1EEFD;
margin: 5px;
padding: 5px;
border: 1px solid #BFDCF9;
font-family: tahoma, arial, sans-serif;
font-size: 12px;
line-height: 18px;
color: #003399;
}

.univ_nav
{
font-family: tahoma, arial, sans-serif;
font-size:12px;
color:#009933;
font-weight:bold;
}
.cp_title{ /* Styling title */
/* Start layout CSS */

margin-top: 5px;
margin-bottom: 10px;
padding: 8px;
font-family: arial, tahoma, sans-serif;
font-size: 18px;
font-weight: bold;
line-height: 18px;
color: #000033;
width:100%;

/* End layout CSS */

overflow:hidden;
cursor:pointer;
}
.cp_answer{ /* Parent box of slide down content */
/* Start layout CSS */
border:1px solid #A4D0DD;
background-color:#F5F9FA;
width:100%;

/* End layout CSS */

visibility:hidden;
height:0px;
overflow:hidden;
position:relative;

}
.cp_answer_content{ /* Content that is slided down */
font-family: tahoma, arial, sans-serif;
font-size: 13px;
line-height: 18px;
color: #333333;
text-align: justify;
padding:10px;
position:relative;
}
