/***********************************************/
/* press_page.css                              */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Calibri, Arial, sans-serif;
	color: #000000;
	line-height: normal;
	margin: 0px;
	padding: 0px;
}

a{
	color: #004b8d;
	font-weight: bold;
	font-family:Calibri, Geneva, sans-serif;
}

a:link{
	text-decoration: none;
}

a:visited{
	text-decoration: none;
}

a:hover{
	color: #c80f3f;
	text-decoration: underline;	
}

h1{
	font-family:	 Calibri,Arial,sans-serif;
	font-size: 20px;
	color: #888888;
	margin: 0px;
	padding: 10px 0px 0px 0px;
}

h2{
	font-family: Calibri,Arial,sans-serif;
	font-size: 14px;
	color: #888888;
	margin: 0px;
	padding: 5px 3px 0px;
}

h3{
	font-family: Calibri,Arial,sans-serif;
	font-size: 17px;
	color: #666666;
	margin: 5px 0px 0px 0px;
	padding: 0px;
	font-weight: bold;
}

h4{
	font-family: Calibri,Arial,sans-serif;
	font-size: 17px;
	color: #666666;
	margin: 0px;
	padding: 10px 0px 0px 0px;
}

h5{
	font-family: Calibri,Arial,sans-serif;
	font-size: 20px;
	color: #fff;
	margin-bottom: 5px;
	padding: 5px 0px 0px 0px;
	display:inline;
}

h6{
	font-family: Calibri,Arial,sans-serif;
	font-size: 20px;
	color: #888888;
	margin-bottom: 6px;
	padding: 10px 0 0 0;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #334d55;
}

.headings{
	font-family: "Calibri", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #004b8d;
	padding: 10px 5px 10px 2px;
}

.bullets{
	font:Calibri, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 2px;
	margin-top: 0px;
}

/************** .takeup styles *****************/

.takeup{
	font-family:Calibri, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.takeup a{
	font-size: 12px;
	color: #004b8d;
}

.takeup a:link{
	text-decoration: none;
}

.takeup a:visited{
	color:#707070;
}

.takeup a:hover{
	color: #c80f3f;
	text-decoration:underline;
}

/************** .notice styles *****************/

.notice{
	font-family:Calibri, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align:center;
}

.notice a{
	text-decoration: none;
	color: #004b8d;
}

.notice a:link{
	text-decoration: none;
}

.notice a:visited{
	color:707070;
}

.notice a:hover{
	color: #c80f3f;
	text-decoration: underline;
}


/*********** #Table styles ***********/

table.alternate_rows {
	border-spacing: 0;
	font-family: "Calibri", Arial, Helvetica, sans-serif;
	border: 2px solid #FFFFFF;
	border-collapse: collapse;
}
table.alternate_rows th, table.alternate_rows td {
	padding: 2px 10px 2px 10px;
	font-size: 18px;
	border-style: solid;
	border-color: #FFFFFF;
}
table.alternate_rows th {
	border-width: 0px 1px 1px 1px;
	background-color: #5F9827;
}
table.alternate_rows td {
	border-width: 2px 2px 2px 2px;
}
table.alternate_rows tr.odd td {
	background-color: #BBD5D9;
}
table.alternate_rows tr.even td {
	background-color: #A2CAD0;
}
table.alternate_rows tr.sortbottom td {
	border-top: 2px solid #5F9827;
	background-color: #FFFFFF;
	font-weight: bold;
}
