/* General body */
body
{
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	color: black;
	font-family: Verdana;
}

/* Content of the page */
.text
{
	font-size: 11px;
	color: black;
	background-color: white;
}

/* Borders for layout */
.leftRightBorders
{
	border-right: #00284a 1px solid;
	border-left: #00284a 1px solid;
}

.leftRightBottomBorders
{
	border-right: #00284a 1px solid;
	border-left: #00284a 1px solid;
	border-bottom: #00284a 1px solid;
}

.topRightBorders
{
	border-right: #00284a1px solid;
	border-top: #00284a 1px solid;
}

.topLeftRightBorders
{
	border-right: #00284a 1px solid;
	border-left: #00284a 1px solid;
	border-top: #00284a 1px solid;
}

.fullBorders
{
	border-right: #00284a 1px solid;
	border-left: #00284a 1px solid;
	border-bottom: #00284a 1px solid;
	border-top: #00284a 1px solid;
}

.bottomBorder
{
	border-bottom: #00284a 1px solid;
}

.rightBorder
{
	border-right: #00284a 1px solid;
}

.leftBorder
{
	border-left: #00284a 1px solid;
}

.topBorder
{
	border-top: #00284a 1px solid;
}

/* Menu */
A.menuItems:hover
{
		FONT-WEIGHT: bold;
		FONT-SIZE: 11px;
		COLOR: #00283f;
		FONT-FAMILY: Tahoma;
		TEXT-DECORATION: underline;

}
A.menuItems
{
	font-weight: bold;
	font-size: 11px;
	color: #00283f;
	font-family: Tahoma;
	text-decoration: none

}
	
TD.menuItems
{

		FONT-WEIGHT: bold;
		FONT-SIZE: 11px;
		WIDTH: 120px;
		color: #00283f;
		border-right: #00283f 1px solid;
		border-top: #00283f 1px solid;
		border-left:#00283f 1px solid;
		border-bottom: #00283f 1px solid;				
		FONT-FAMILY: Tahoma;
		HEIGHT: 20px;
}
TD.menuItemshover
{
	font-weight: bold;
	font-size: 11px;
	width: 120px;
	color: #00283f;
	border-right: #00283f 1px solid;
	border-top: #00283f 1px solid;
	border-left: #00283f 1px solid;
	border-bottom: #00283f 1px solid;
	font-family: Tahoma;
	height: 20px;
	background-color: #c4c7ff;
}

TD.selectedMenuItems
{
	font-weight: bold;
	font-size: 11px;
	background-image: none;
	width: 120px;
	color: #EEEEEE;
	background-repeat: repeat;
	font-family: Tahoma;
	height: 20px;
	background-color: #333333;
}	

TD.selectedMenuItemsa
{
	font-weight: bold;
	font-size: 11px;
	background-image: none;
	width: 120px;
	color: #EEEEEE;
	background-repeat: repeat;
	font-family: Tahoma;
	height: 20px;
	background-color: #360000;
}	
/* End menu */

/* All links */	
.links
{
	font-size: 11px;
	color: #221b88;
	font-family: Verdana;
}
.linksa
{
	font-size: 13px;
	color: #221b88;
	font-family: Verdana;
}

.head
{
	font-size: 13px;
	color: #000000;
	font-family: Verdana;
	font-weight: bolder;
}
.abstract
{
	font-size: 10px;
	color: #b9b7b1;
	font-family: Verdana;
	background-color: #000000;
	cursor: auto;
	font-weight: bolder;
}

.article
{
	font-size: 11px;
	color: red;
	font-family: Verdana;
	background-color: #000000;
	cursor: hand;
}


.quote
{
	font-size: 11px;
	color: #dfd9db;
	font-family: 'Times New Roman';
	background-color: #00283f;
	line-height: 12px;
	font-weight: normal;
}
.quotea
{
	font-size: 11px;
	color: #f0c9b2;
	font-family: Nina;
	background-color: #410000;
	line-height: 12px;
	font-weight: normal;
}

.writer
{
	font-size: 12px;
	color: black;
	font-family: 'Arial Narrow';
	background-color: #ffffff;
	line-height: 16px;
	font-weight: bold;
	font-style: normal;
}

.board
{
	font-size: 14px;
	color: #f1f5fb;
	font-family: Arial;
	background-color: #004000;
	line-height: 19px;
	font-weight: normal;
	font-style: normal;
}

.backissue
{
	font-size: 13px;
	color: white;
	font-family: 'Times New Roman';
	background-color: #000000;
	line-height: 16px;
	font-weight: normal;
	font-style: normal;
}

.mission
{
	font-size: 11px;
	color: #000023;
	font-family: Verdana;
	background-color: white;
	line-height: 16px;
	font-style: normal;
}


.remember
{
	font-size: 20px;
	color: #ffffff;
	background-color: #4a0000;
	font-weight: bold;
	font-family: Pristina;
}

.heading
{
	font-size: 20px;
	color: silver;
	background-color: #4a0000;
	font-weight: bold;
	font-family: 'Arial Unicode MS';
}

/* Title in banner */
.title
{
	font-weight: bold;
	font-size: 32px;
	color: white;
	font-style: italic;
	font-family: 'Arial Narrow';
	background-color: #00208b;
}

.titlea
{
	font-weight: bold;
	font-size: 32px;
	color: white;
	font-style: italic;
	font-family: 'Arial Narrow';
	background-color: #4a0000;
}

/* labels */
.label
{
	font-weight: bold;
	font-size: 11px;
	color: #000000;
	font-family: Arial;
}

/* list item */
.listitem
{
	list-style-type: disc;
	font-family: 'Times New Roman';
	color: #000000;
	font-size: 13px;
}

.listitem1
{
	list-style-type: disc;
	font-size: 11px;
	color: #000023;
	font-family: Verdana;
	background-color: white;
	line-height: 16px;
	font-style: normal;
}

/* Each section heading */
.sectionHeading
{
	border-right: #00284a 1px solid;
	border-top: #00284a 1px solid;
	font-weight: bolder;
	font-size: 17px;
	border-left: #00284a 1px solid;
	color: #0e2a2e;
	border-bottom: #00284a 1px solid;
	font-family: 'Palatino Linotype';
}

.textIndentation
{
	font-size: 11px;
	color: #000000;
	font-family: Verdana;
	background-color: #ffffff;
	text-align: justify;
}