Index: /trunk/doc/release.2015/inputs/myaas.sty
===================================================================
--- /trunk/doc/release.2015/inputs/myaas.sty	(revision 37891)
+++ /trunk/doc/release.2015/inputs/myaas.sty	(revision 37891)
@@ -0,0 +1,5 @@
+
+% already defined in AAS Tex stuff (don't use this style file if using aastex)
+\newcommand\tableline{\noalign{\smallskip} \hline \noalign{\smallskip}} 
+\newcommand\micron{\mbox{$\mu$m}}
+\newcommand\comment[1]{\footnote{{\color{red}#1}}}
Index: /trunk/doc/release.2015/inputs/nsfprop.sty
===================================================================
--- /trunk/doc/release.2015/inputs/nsfprop.sty	(revision 37891)
+++ /trunk/doc/release.2015/inputs/nsfprop.sty	(revision 37891)
@@ -0,0 +1,58 @@
+
+% -- SRS section numbering / plain enumerate types --
+\let\@section=\section 
+\let\@subsection=\subsection
+\let\@subsubsection=\subsubsection
+
+% startsection takes six arguments:
+% name
+% depth
+% ?? (\z@ or \parindent)
+% before?
+% after?
+% typeface settign
+
+\def\section{
+  \@startsection{section}{1}{\z@}%
+    {0.5ex}
+    {0.1ex}%
+    {\normalfont\large\bf}
+}
+
+\def\subsection{
+  \@startsection{subsection}{2}{\z@}%
+    {0.3ex}
+    {0.1ex}%
+    {\normalfont\normalsize\bf}
+}
+
+\def\subsubsection{
+  \@startsection{subsubsection}{3}{\z@}%
+    {0.2ex}
+    {0.1ex}%
+    {\normalfont\normalsize\bf}
+}
+
+\def\paragraph{
+  \@startsection{paragraph}{4}{\parindent}%
+    {0.1ex}
+    {0.1ex}%
+    {\normalfont\normalsize\bf}
+}
+
+\def\subparagraph{
+  \@startsection{subparagraph}{5}{\parindent}%
+    {0.1ex}
+    {0.1ex}%
+    {\normalfont\normalsize\it}
+}
+
+\def\subsubparagraph{
+  \@startsection{subsubparagraph}{6}{\parindent}%
+    {0.1ex}
+    {0.1ex}%
+    {\normalfont\normalsize\it}
+} 
+
+\let\subsubsubsection=\paragraph
+\let\subsubsubsubsection=\subparagraph
