/* This will be where anything relevant from Bob's Core (HCMyths.css should be moved to
*/

.General {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	padding: 0 0px;
	/*
	background-image:url(http://www.fourfreedomsblog.com/Test/images/FDR_Memorial_wall10.gif);
	background-repeat:no-repeat;
	background-position:left top;
	background-attachment:fixed;
	*/
}


BUTTON.ButtonHide  {
	background: url(images/triangle-med-gray.gif) 0 0 no-repeat;
	border:0;
	margin:0;
	padding:0;
	width:16px;
	height:16px;
	vertical-align:middle;
	cursor:pointer;
}

BUTTON.ButtonShow  {
	background: url(images/triangle-med-dn_gray.gif) 0 0  no-repeat;
	border:0;
	margin:0;
	padding:0;
	width:16px;
	height:16px;
	vertical-align:middle;
	cursor:pointer;
}

BUTTON.LrgButtonHide  {
	background: url(images/tabclose.gif) 0 0 no-repeat;
	border:0;
	margin:0;
	padding:0;
	width:24px;
	height:24px;
	vertical-align:middle;
	cursor:pointer;
}

BUTTON.LrgButtonShow  {
	background: url(images/tabopen.gif) 0 0  no-repeat;
	border:0;
	margin:0;
	padding:0;
	width:24px;
	height:24px;
	vertical-align:middle;
	cursor:pointer;
}

.TogPane  {
	background-color:	#FBFAFF;
	background-color:transparent;
	padding: 4px 24px 0px 2px;
}

.ItemShow {
	display:inherit;     
}

.ItemHide {
	display:none;
}

h3 {
	margin: .2em 0;
	font-size:1em;
	font-weight:bold;
	padding: 4px 5px 1px 0px;
	margin-bottom: 4px;
	font-size:1.1em;
	color:	#616AB4;
	border-bottom:3px solid #616AB4;
}

h4 {
	margin: .2em 0;
	font-size:1em;
	font-weight:bold;
	padding: 4px 5px 1px 0px;
	margin-bottom: 4px;
	font-size:1.1em;
	color:	#616AB4;
	border-bottom:1px solid #616AB4;
}

h5 {
	margin: .2em 0;
	font-size:1em;
	font-weight:bold;
	padding: 4px 5px 1px 0px;
	margin-bottom: 4px;
	font-size:1.1em;
	color:	#616AB4;
	text-align: center;
}



p {
	background-color:transparent;
	color:#000000;
	font-size:1em;
	margin: .5em 0;
	line-height:normal;
}

a {
 	/* new link default */
	font-size: 1em;
	color: #4257C9;
}

a:hover {
	color:red;
}


.Invisible {
	display:none;
}

.EvenRow {
	background-color:#F0F0F0;
}

.OddRow {
	background-color:#FFFFFF;
}
