body
{
	font-family: Arial, Helvetica, sans-serif;
}

#articleIndexContainer
{
	font-family: Arial;
}

.articleDetails
{
	font-family: Arial;
	font-size: 14px;
}

.articleDetails h1
{
	font-size: 26px;
}

.articleDetails h2
{
	font-size: 16px;
}

.articleDetails span
{
	font-weight: bold;
}

.articleDetails p
{
	line-height: 20px;
}

.methodOff
{
	color: #7F7F7F;
	font-weight:700;
	padding-right: 10px;
	text-decoration:none;
	cursor:default;
}

a.methodOff:hover
{
	color: #E1A846;
	font-weight:700;
	padding-right: 10px;
	text-decoration:underline;
}

a.methodOn
{
	color:white;
	font-weight:700;
	padding-right: 10px;
	text-decoration: none;
}

a.methodOn:hover
{
	color: #E1A846;
	font-weight:700;
	padding-right: 10px;
	text-decoration:underline;
}

.articleEntry
{
	width: 100%;
	background-color: #d9e8df;
	border: 1px solid black;
	margin-top: 3px;
	overflow: hidden;
}

.articleEntryOver
{
	width: 100%;
	background-color: #ffffff;
	border: 1px solid black;
	margin-top: 3px;
	overflow: hidden;
}

.articleTitle
{
	width: 100%;
	height: 18px;
	text-align: left;
	line-height: 18px;
	font-size: 14px;
	padding: 2px;
	overflow: hidden;
	cursor: pointer;
	cursor: hand;
}

.articleContent
{
	width: 100%;
	height: 201px;
	text-align: left;
	overflow: scroll;
	overflow-x: hidden;
	overflow-y: scroll;
}

.articleContent table
{
	width: 97%;
}

.articleContent th
{
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	text-align: center;
}

.articleContent td
{
	font-size: 10px;
	text-align: center;
	border: 1px solid black;
}

.articleContent a
{
	color: black;
	text-decoration: none;
}

.articleContent a:hover
{
	color: black;
	text-decoration: underline;
}