body 					{ background-color: #121294; }

a:link				{ color: #121294; text-decoration: none; }
a:active				{ color: #121294; text-decoration: none; }
a:visited				{ color: #121294; text-decoration: none; }
a:hover				{ color: #fffaf0; text-decoration: none; background: #121294; }

a:link.whitebackground		{ color: #121294; text-decoration: none; }
a:active.whitebackground	{ color: #121294; text-decoration: none; }
a:visited.whitebackground	{ color: #121294; text-decoration: none; }
a:hover.whitebackground		{ color: #121294; text-decoration: none; background: #fffaf0; }

a:link.bluebackground		{ color: #121294; text-decoration: none; }
a:active.bluebackground 	{ color: #121294; text-decoration: none; }
a:visited.bluebackground	{ color: #121294; text-decoration: none; }
a:hover.bluebackground		{ color: #fffaf0; text-decoration: none; background: #121294; }

.submitformtext			{ font-family: Arial,sans-serif; font-size: 13px; color: #000000; }
