

/*************************** Stock Page Elements ***************************/
body{
	font-family: Arial,sans-serif;
	color: #000000;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	/*background-image: url('../Images/background-color.jpg');
	background-repeat: repeat-x; */
	
}
/********************************** Fonts **********************************/
h1
{
	font-size: 24px;
}
.instructions
{
	font-size: 14px;
	color: black;
}

p.italics
{
	font-size: 16px;
	font-style: italic;
}

p.warning
{
	font-size: 16px;
	color: red;
}
/*************************** Table Formatting ***************************/

.headerTable
{
	border: none 0 auto;
	padding: 0 0 0 0;
	width: 670px;
	empty-cells: show;
	border-collapse: separate;
 
}



#pageTable
{
	border-style:solid; 
	border-width:1px; 
	border-color:Black;
	height:45px;
	padding: 0 0 0 0;
	width: 98%;
	empty-cells: show;
	border-collapse: separate;
}

#page td, #page th 
{
font-size:1em;
border:1px solid #98bf21;
padding:3px 7px 2px 7px;
}

.loginTable
{
	border: none 0 auto;
	padding: 0 0 0 0;
	width: 640px;
	empty-cells: show;
	border-collapse: separate;
}

td.largerCenter  {
    FONT-SIZE: 22px;
	FONT-FAMILY: arial,helvetica,sans-serif;
	text-align : center;
}
td.largerCenterBold   {
    FONT-SIZE: 22px;
	FONT-FAMILY: arial,helvetica,sans-serif;
	text-align : center;
	font-weight: bold;
}

td.largeCenter
{
	font-size: 18px;
	FONT-FAMILY: arial,helvetica,sans-serif;
	text-align : center;
}



td.largeCenterBold  {
    FONT-SIZE: 18px;
	FONT-FAMILY: arial,helvetica,sans-serif;
	text-align : center;
	font-weight: bold;
}
/*
td {
    FONT-SIZE: 12px;
	FONT-FAMILY: arial,helvetica,sans-serif;
	text-align : right;
} */
td.mediumleft   { 
    FONT-SIZE: 14px;
	FONT-FAMILY: arial,helvetica,sans-serif;
	text-align : left;
}
td.mediumcenter   {
    FONT-SIZE: 12px;
	FONT-FAMILY: arial,helvetica,sans-serif;
	text-align : center;
}


td.mediumBold {
    FONT-SIZE: 12px;
	FONT-FAMILY: arial,helvetica,sans-serif;
	text-align : right;
	font-weight: bold;
}
td.mediumleftBold   { 
    FONT-SIZE: 14px;
	FONT-FAMILY: arial,helvetica,sans-serif;
	text-align : left;
	font-weight: bold;
}

td.mediumcenterBold   {
    FONT-SIZE: 12px;
	FONT-FAMILY: arial,helvetica,sans-serif;
	text-align : center;
	font-weight: bold;
}


td.smallcenter { font-size: 8pt;  font-family: arial,helvetica,sans-serif; text-align: center; }


a:link {color:#60B0FA;text-decoration:none;font-size: 18px; font-weight: normal;}    /* unvisited link */
a:visited {color:#60B0FA;text-decoration:none;font-size: 18px; font-weight: normal;} /* visited link */
a:hover {text-decoration:underline; font-size: 18px; color:red;}   /* mouse over link */
a:active {text-decoration:underline;font-size: 18px;}  /* selected link */


/************ sectionLinks styles **************/

#sectionLinks{
	margin: 0px;
	padding: 0px;

}

#sectionLinks h3{
	padding: 0px 0px 2px 0px;
	border-bottom: 1px solid #cccccc;
}
/*************************** Alert Box Formatting ***************************/
.alert-box {
	color:#555;
	border-radius:10px;
	font-family:Tahoma,Geneva,Arial,sans-serif;font-size:12px;
	padding:10px 36px;
	margin:10px;
}
.alert-box span {
	font-weight:bold;
	text-transform:uppercase;
}
.error {
	background:#ffecec url('../Images/error.png') no-repeat 10px 50%;
	border:1px solid #f5aca6;
}
.success {
	background:#e9ffd9 url('../Images/success.png') no-repeat 10px 50%;
	border:1px solid #a6ca8a;
} 
.warning {
	background:#fff8c4 url('../Images/warning.png') no-repeat 10px 50%;
	border:1px solid #f2c779;
}
.notice {
	background:#e3f7fc url('afr_images/notice.png') no-repeat 10px 50%;
	border:1px solid #8ed9f6;
}

