/* The first item in this stylesheet will appear first in the RADEditor Control */

h1{font-size:24px;}
h2{font-size:15px;}

.MainCopy			{ font-size:11px; color:#333333; font-weight:normal; line-height:18px; font-family:Arial, Helvetica, sans-serif;}
.SmallCopy			{ font-size:9px; color:#333333; font-weight:normal; line-height:18px; font-family:Arial, Helvetica, sans-serif;}
.PageTitle			{ font-family:Trebuchet MS; font-size:20px; color:#333333; font-weight:normal;}
.Subheading					{font-family:Arial; font-size:13px; color:#013861; font-weight:bold; line-height:130%;}
.SubheadingLightBlue			{font-family:Arial; font-size:13px; color:#64A5D3; font-weight:bold; line-height:130%;}

/* P IS SAME AS MAINCOPY, JUST MAKES LIFE EASIER */
p 						{ font-size:11px; color:#333333; font-weight:normal; line-height:18px; font-family:Arial, Helvetica, sans-serif;}

/* 'ul li' prevents 'ol' from inheriting bullets instead of numbers 
ul li{ font-size:12px; color:#666666; font-weight:normal; line-height:26px; list-style:disc; font-family:Arial;}
ol li{ font-size:12px; color:#666666; font-weight:normal; line-height:26px; font-family:Arial;}
*/

ul{margin:0px; padding:0px;}

li{ list-style: none; 
background-image:url(/images/bullet.gif); 
background-repeat:no-repeat; 
font-family: Arial, Helvetica, sans-serif;
background-position: 10px 4px; 
padding-left:28px;
font-size:11px; color:#333333; 
font-weight:normal; line-height:18px;}

.datatable, .datatable td { border: solid 1px #ccc;font-size:12px; color:#666666; font-weight:normal; line-height:20px; font-family:Arial;}

a:link		{color:#005480; text-decoration:underline; font-family:Arial, Helvetica, sans-serif; font-size:11px;}
a:active		{color:#005480; text-decoration:underline; font-family:Arial, Helvetica, sans-serif; font-size:11px;}
a:visited	{color:#005480; text-decoration:underline; font-family:Arial, Helvetica, sans-serif; font-size:11px;}
a:hover		{color:#005480; text-decoration:none; font-family:Arial, Helvetica, sans-serif; font-size:11px;}

.LeftPaneItems 			{width:149px; height:29px; text-transform:none; padding-left:20px; }
A.LeftPane:link			{color:#FFF; text-decoration:none; font-size:11px;}
A.LeftPane:visited		{color:#FFF; text-decoration:none; font-size:11px;}
A.LeftPane:active		{color:#FFF; text-decoration:none; font-size:11px;}
A.LeftPane:hover		{color:#57a9d5; text-decoration:none; font-size:11px;}