.text
{
    FONT-SIZE: 8pt;
    COLOR: #676767;
    FONT-FAMILY: Verdana, Arial;
    line-height:12pt;
}
.text_in
{
    FONT-SIZE: 9pt;
    COLOR: #666666;
    FONT-FAMILY:verdana;
}
.search_start
{
    FONT-SIZE: 8pt;
    COLOR: black;
    TEXT-DECORATION: none
}
.border
{
    BORDER-RIGHT: silver 1pt solid;
    BORDER-TOP: silver 1pt solid;
    FONT-SIZE: 8pt;
    BORDER-LEFT: silver 1pt solid;
    BORDER-BOTTOM: silver 1pt solid;
    FONT-FAMILY: verdana;
    BACKGROUND-COLOR: #eeeeee
}
.home_text
{
    FONT-SIZE: 7pt;
    COLOR: black;
    FONT-FAMILY: Verdana;
    TEXT-DECORATION: none
}
.input_text
{
    FONT-SIZE: 8pt;
    FONT-FAMILY: Verdana
}
.highlight
{
    COLOR: black;
    BACKGROUND-COLOR: #5a5386;
    TEXT-DECORATION: none
}
.normal
{
    BACKGROUND-COLOR: #7b74ad;
    TEXT-DECORATION: none
}
.no_decoration
{
    FONT-SIZE: 8pt;
    FONT-FAMILY: Verdana;
    TEXT-DECORATION: none
}
.btn
{
    BORDER-RIGHT: #9999ff 1pt solid;
    BORDER-TOP: #9999ff 1pt solid;
    FONT-SIZE: 7pt;
    BORDER-LEFT: #9999ff 1pt solid;
    COLOR: #666666;
    BORDER-BOTTOM: #9999ff 1pt solid;
    FONT-FAMILY: verdana
}
.border_2
{
    BORDER-RIGHT: silver 1pt solid;
    PADDING-RIGHT: 0pt;
    BORDER-TOP: silver 1pt solid;
    PADDING-LEFT: 0pt;
    FONT-SIZE: 8pt;
    PADDING-BOTTOM: 0pt;
    MARGIN: 0pt;
    BORDER-LEFT: silver 1pt solid;
    COLOR: #666666;
    PADDING-TOP: 0pt;
    BORDER-BOTTOM: silver 1pt solid;
    FONT-FAMILY: verdana
}
.ddl
{
    BORDER-RIGHT: #660099 1pt solid;
    BORDER-TOP: #660099 1pt solid;
    FONT-SIZE: 8pt;
    BORDER-LEFT: #660099 1pt solid;
    COLOR: #666666;
    BORDER-BOTTOM: #660099 1pt solid;
    FONT-FAMILY: Verdana
}
.textbox
{
    BORDER: silver 1pt solid;
    FONT-SIZE: 9pt;
    color: #666666;
    FONT-FAMILY: Verdana;
}
.text A:link
{
    FONT-WEIGHT: bold;
    COLOR: royalblue;
    TEXT-DECORATION: none
}
.normal A:link
{
    COLOR: white;
    TEXT-DECORATION: none
}
.normal A:visited
{
    COLOR: white;
    TEXT-DECORATION: none
}
.highlight A:link
{
    COLOR: white;
    TEXT-DECORATION: none
}
.highlight A:visited
{
    COLOR: white;
    TEXT-DECORATION: none
}
.text A:visited
{
    FONT-WEIGHT: bold;
    COLOR: royalblue;
    TEXT-DECORATION: none
}
.menu
{
    COLOR: #666666
}
.menu A:link
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 8pt;
    COLOR: royalblue;
    TEXT-DECORATION: none
}
.menu A:visited
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 8pt;
    COLOR: royalblue;
    TEXT-DECORATION: none
}
.menu A:hover
{
    COLOR: orange
}
.text A:hover
{
    TEXT-DECORATION: underline
}

/*-------------------wordpress CSS-----------------------*/

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}


#sidebar h2 {
	font-family:Verdana, Sans-Serif;
	font-size:15pt;
	}
	
	h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}


#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background-color:#eeeeee;
	border:1pt solid silver;
	}
	
small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}
	
#sidebar h2 {
    font-size:12pt;
    font-family:Verdana;
    color:#666666;
	margin: 10px 0 0 10px;
	padding: 0;
	}
	
/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */

.blog_title
{
 font-size:15pt;
 color:#20538d;
 font-family:Verdana;
 font-weight:bold;
 height:25px;
 padding-top:3px;
}

.blog_title a:link
{
 text-decoration:none;
}

.blog_title a:visited
{
 font-size:15pt;
 color:#20538d;
 font-family:Verdana;
 font-weight:bold;
}

.blog_title a:hover
{
 text-decoration:underline;
}

/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 225px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
	
/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */

.navigation {
	display: block;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 60px;
	}

.phrase
{
  /*-used on the sidebar-*/
 margin:5 5 5 5;
 padding:5 5 5 5;
 color:#666666;
}

.hori_line
{
 height:1px;
 background-color:#eeeeee;
 padding:0 0 0 0;
}

.datagrid td
{
  font-size:9pt;
  color:#666666;
  font-family:Verdana;
  border-style:solid;
  border-color:#ffffff;
}

.datagrid_inner
{
  font-family:verdana;
  color:#666666;
  font-size:9pt;
  border:0pt;
  padding:2px;
  line-height:12pt;
}

.datagrid_inner td
{
border:0pt;
}

.head_blue
{
   font-size:9pt;
   font-family:Verdana;
   font-weight:bold;
   background-image:url('http://v2.nufrontiers.com/images/tbl_head_back_blue_25.gif');
   color:#666666;
   height:25px;
   padding-left:5px;
  }

.head_blue_recordset
{
   text-align:center;
   font-size:9pt;
   font-family:Verdana;
   font-weight:bold;
   background-image:url('http://v2.nufrontiers.com/images/tbl_head_back_blue_25.gif');
   color:#666666;
   height:25px;
   padding:0px;
}

.head_blue_recordset a:link
 {
   color:#4169E1;
   text-decoration:none;
 }
 
.head_blue_recordset a:visited
 {
  color :#4169E1;
  text-decoration:none;
 }
 
.head_blue_recordset a:hover
 {
  text-decoration:underline;
 }
 



