/* CSS Document */

body				{
					 font-family: Arial, Helvetica, sans-serif;
					 font-size: 14px;
					 color: #040461;
					 background-color: #FFFFEE;
					 margin-top: 30px;
}

.textSettings		{
					 font-family: Arial, Helvetica, sans-serif;
					 font-size: 16px;
					 color: #040461;
					 background-color: #FFFFEE;
}

.font_12pt			{
					 font-size: 12px;
}

.page_header_box	{
					 font-size: 32px;
					 text-align: center;
					 height: 50px;
}

.navbar_table		{
					 font-size: 12px;
					 color: #040461;
					 background-color: #CCCCFF;
					 border: 1px solid #040461;
}

.navbar_item		{
					 border-left: 1px solid #EEEEFF;
					 border-right: 1px solid #AAAAFF;
}

a					{
					 color: #040461;
}

.yListBox_Top		{
					 background-image: url(images/home_listbox_top.jpg);
					 background-repeat: no-repeat;
					 text-align: center;
					 font-size: 16px;
					 height: 28px;
					 vertical-align: middle;
}

.yListBox_Mid		{
					 background-image: url(images/home_listbox_spacer.jpg);
					 background-repeat: repeat-y;
					 text-align: center;
					 font-size: 16px;
}

.yListBox_Item		{
					 font-size: 12px;
					 text-align: left;
					 vertical-align: top;
}

.yListbox_ItemMark	{
					 padding-left: 10px;
					 vertical-align: top;
					 width: 11px;
}

.yListBox_Bottom	{
					 background-image: url(images/home_listbox_bottom.jpg);
					 background-repeat: no-repeat;
					 text-align: center;
					 font-size: 16px;
					 height: 28px;
}

.newsBox_Top		{
					 font-size: 16px;
					 background-image: url(webapps/news/news_itembox_top.jpg);
					 background-repeat: no-repeat;
					 padding-left: 10px;
}

.newsBox_Story		{
					 font-size: 14px;
					 background-image: url(webapps/news/news_itembox_filler.jpg);
					 background-repeat: repeat-y;
					 padding-left: 10px;
}

.linkBox_Top_Main	{
					 font-size: 16px;
					 background-image: url(images/links_listbox_top.jpg);
					 background-repeat: no-repeat;
					 width: 252px;
					 height: 28px;
					 text-align: center;
}

.linkBox_Top_Edge	{
					 background-image: url(images/links_listbox_top.jpg);
					 background-repeat: no-repeat;
					 background-position: right;
}

.linkBox_Mid_Main	{
					 background-image: url(images/links_listbox_spacer.jpg);
					 background-repeat: repeat-y;
					 font-size: 12px;
					 width: 252px;
}

.linkBox_Mid_Edge	{
					 background-image: url(images/links_listbox_spacer.jpg);
					 background-repeat: repeat-y;
					 background-position: right;
}

.linkBox_Bottom		{
					 background-image: url(images/links_listbox_bottom.jpg);
					 background-repeat: no-repeat;
					 height: 25;
}

.trailerText		{
					 font-size: 12px;
					 text-align: center;
}